php mail - cannot specify diff bounce address
Posted by: elRey
Posted on: 2005-10-15 18:35:00
using php mail, before the outgoing mail throttling, I could specify a different bounce address for processing bounced emails with a separate account.
Now, if that address is different than the FROM address, the email is not sent out.
mail("to@someone.com", "email subject", "email message body", "FROM: me@mydomain.com", "-f me@mydomain.com");
above works, below doesn't anymore (use to)
mail("to@someone.com", "email subject", "email message body", "FROM: me@mydomain.com", "-f bounce@maydomain.com");
Help.
Rey
Edited by elRey on 10/15/05 06:37 PM (server time).