Afan Pasalic wrote:
I have to develop a little registration form.
after the form is submitted confirmation email has to be sent to
registrant.
I use this function to send an email:
function send_plain_email($to, $subject, $body)
{
$headers ="MIME-Versin: 1.0\n" . "Content-type: text/p
Hi,
I have to develop a little registration form.
after the form is submitted confirmation email has to be sent to registrant.
I use this function to send an email:
function send_plain_email($to, $subject, $body)
{
$headers ="MIME-Versin: 1.0\n" . "Content-type: text/plain;
charset=ISO-885
2 matches
Mail list logo