|  | Posted by no on 12/13/06 09:50 
On Wed, 13 Dec 2006 10:40:33 +0100, "Gernot Frisch" <Me@Privacy.net>wrote:
 
 >
 >$mail_to="###valid###email###";
 >
 >$subj="Mail from :\"kungfu\" ";
 >
 >$mesg="This is a multi-part message in MIME format. --<br>\n'.
 >'==Multipart_Boundary_x2f5b8cde769b7f96b3316263f9f78311x
 >Content-Type:text/html;<br>\n'.
 >'charset="iso-8859-1" Content-Transfer-Encoding: 7bit email1 = a@b.c
 ><br>\n'.
 >'email2 = a@b.c <br>\n'
 >
 >
 >$text= 'TEst 3';
 >Submit1 = Abschicken
 >
 >$header: From: a@b.c MIME-Version: 1.0 Content-Type: multipart/mixed;
 >
 >$boundary: "==Multipart_Boundary_x2f5b8cde769b7f96b3316263f9f78311x"
 >
 >
 >$ok = email($mail_to, $subj, $mesg, $header);
 >if(!$ok) die ("Does not work");
 >
 >
 >where ###valid###email### is a valid email address.
 >
 >It seems to work, but no mail gets sent.
 >
 >What's the problem?
 
 Hi Gernot
 
 Have you examined your outbound sendmail queue to see if the emails
 are stacking up there? What happens if you go to the command line on
 the server and just try a manual "mail" command? Also, take a look at
 your return path email box and see if the emails are being bounced
 back to you as undeliverable.
 
 Chris R.
 [Back to original message] |