2009-08-09, 03:55 PM
New install of MyBB Version 1.4.8
Using the PHP mail function.
Almost everything is working, mass email works and activation email works!
However, Yahoo requires that the sender email address use a domain address, it will not accept emails sent from users who did not register with an email address that matches the forum domain.
I looked at the Help:Mail wiki at:
http://wiki.mybboard.net/index.php/Help:Mail
However, the page is over 2 years old and the code in inc/functions.php has changed.
I attempted to insert the code suggested:
ini_set("sendmail_from", " [email protected] ");
I have checked the MyBB System Mail Log, the “From” address is still listed as the user and not what I set in the functions.php file, the mail is then rejected by Yahoo's server.
I have tested SMTP mail and that does not work at all, so I must to use PHP mail.
Any advice on what code I could use in the functions.php file would be greatly appreciated.
Thank You,
Jerry
Using the PHP mail function.
Almost everything is working, mass email works and activation email works!
However, Yahoo requires that the sender email address use a domain address, it will not accept emails sent from users who did not register with an email address that matches the forum domain.
I looked at the Help:Mail wiki at:
http://wiki.mybboard.net/index.php/Help:Mail
However, the page is over 2 years old and the code in inc/functions.php has changed.
I attempted to insert the code suggested:
ini_set("sendmail_from", " [email protected] ");
I have checked the MyBB System Mail Log, the “From” address is still listed as the user and not what I set in the functions.php file, the mail is then rejected by Yahoo's server.
I have tested SMTP mail and that does not work at all, so I must to use PHP mail.
Any advice on what code I could use in the functions.php file would be greatly appreciated.
Thank You,
Jerry