C5.6.4.0 Registration email notification going to spam folder

Permalink
I have setup registration for users to join as they request some files from a client's website.
However the email notification for each registration is ending up in the spam folder.
My client's emails are served through Office 365.
Any ideas?

trixiemay
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Make sure you have defined the email address sending the registration notification in the root.config/site.php file like this
define('EMAIL_ADDRESS_REGISTER_NOTIFICATION', 'you@your_domain');
Change the you@your_domain to the super admins email address and make sure it is registered to the website that is sending the notification.
trixiemay replied on at Permalink Reply
trixiemay
Thanks very helpful.

edit: client verry happy!