
06-03-2003, 07:59 PM
|
 |
|
|
Join Date: Nov 2001
Location: West Columbia, SC
Posts: 537
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Yesterday at 05:06 PM tamarian said this in Post #8
Here's how to do it for 2.2.9, only one line to change. I have not tested this, since both my server and test server both run 2.3, but it should work. From reading about the PHP mail parameter, it doesn't work sometimes with safe mode is on....
In functions.php, find:
PHP Code:
mail($touser[email],$emailsubject,$emailmsg,"From: \"$bbtitle Mailer\" <$webmasteremail>");
Replace with:
PHP Code:
$bouncemail = "subscriber_notify@example.com"; // change this to the new email account dedicated to bounced notification emails.
mail($touser[email],$emailsubject,$emailmsg,"From: \"$bbtitle Mailer\" <$bouncemail>"," -f$bouncemail");
If anyone trys this one and it works , please let me know. I'll add it to the instructions.
|
I'm trying that now, but before I could finish installing, I've noticed that all the emails are now coming to my Outlook???
|