|
Posted by Steve on 03/20/07 17:48
<laredotornado@zipmail.com> wrote in message
news:1174409567.511199.93130@n76g2000hsh.googlegroups.com...
| Hi,
|
| Using a free PHP class from the web, I'm attempting to send out an
| HTML email with an attachment. However, when I attempt to open up
| that email in Outlook, all I see is code, for example, the boundary
| "-------e5825de1777334ea6e771e6d187a39df" appears in the body of the
| email. Below is the php I'm using
|
| return mail($this->To, $this->Subject, $thebody, $headers);
your email is not rfc compliant.
Navigation:
[Reply to this message]
|