add this in the header section

Content-Type: text/html; charset=\"iso-8859-1

also for html body use this

$message = chunk_split(base64_encode($message));
> hi
>
> i want to send html format type of emails
> using mail( ); function?
>
> is there a how to where can i start learning
> that type of encoding
>
>
> thanks




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to