> Tried that, but no go. I did figure it out however. Putting the following
at
> the bottom of the $header seemed to work.
>
>         $headers .= "------=MIME_BOUNDRY_message_parts\n";
>         $headers .= "Content-Type: text/plain; charset=\"iso-8859-1\"\n";
>         $headers .= "Content-Transfer-Encoding: quoted-printable\n";

You should separate mail headers with \r\n instead of just \n.

---John Holmes...


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

Reply via email to