stan
04-08-1999, 10:13 PM
Hi,
In my PHP script I use the following command
mail($email, $subject, $body, "From: info@dmo.com\nCc: stan@dmo.com");
This works fine, except in case $email expands to an invalid email address, e.g. nosuchuser@somedomain.org
I would expect the mail to bounce at some MailDemon, and get it back on either info@dmo.com or PHP3@dmo.com, but no, It just disapears
Any ideas?
Stan
------------------
Stan P. van de Burgt stan@dmo.com (PGP 0x853296C5)
DMO, P.O. box 1248, 3500 BE, Utrecht, the Netherlands
In my PHP script I use the following command
mail($email, $subject, $body, "From: info@dmo.com\nCc: stan@dmo.com");
This works fine, except in case $email expands to an invalid email address, e.g. nosuchuser@somedomain.org
I would expect the mail to bounce at some MailDemon, and get it back on either info@dmo.com or PHP3@dmo.com, but no, It just disapears
Any ideas?
Stan
------------------
Stan P. van de Burgt stan@dmo.com (PGP 0x853296C5)
DMO, P.O. box 1248, 3500 BE, Utrecht, the Netherlands