My webchess server is sending out emails, but they don't appear to have a from email address. When they get sent to my gmail account, they go straight to the spam folder.
I have configured $CFG_MAILADRESS in config.php..
er...
OK! Different bug. The config.php generated by the system creates a variable called "$CFG_MAILADRESS", which instead should be "$CFG_MAILADDRESS"!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My webchess server is sending out emails, but they don't appear to have a from email address. When they get sent to my gmail account, they go straight to the spam folder.
I have configured $CFG_MAILADRESS in config.php..
er...
OK! Different bug. The config.php generated by the system creates a variable called "$CFG_MAILADRESS", which instead should be "$CFG_MAILADDRESS"!