Posted by J.O. Aho on 12/13/06 13:28
Gernot Frisch wrote:
> Complete example that *should* work, but does not.
> It used to work, but now it does not anymore... _sigh_
Did you try a plain text message? Does that work?
As new settings on the mail server may nowadays prevent spam like outgoing mail.
> //tell e-mail client this e-mail contains//alternate versions
> $headers .= "Content-Type: multipart/mixed; boundary =
> \"$boundary\"\r\n\r\n";
The last entry to the headers should always end without any \r\n, as the
mail() does add this.
--
//Aho
Navigation:
[Reply to this message]
|