I have had an notice from my host not to use the php mail protocol anymore on my website as it floods the shared hosting server.
So i went and configured the SMTP protocol for sending emails with all the information received from my host.
All emails like order confirmations, contact form etc work, except sending a newsletter using the standard mail manager.
When i send an email to all newsletter enabled accounts, it gives the message saying it's succesfully sending to 0 from 600 affiliates but it doesn't increase.
When i check the log i find this error:
Code: Select all
2015-10-02 23:07:11 - PHP Notice: Error: MAIL FROM not accepted from server! in **domain stuff**/public_html/system/library/mail.php on line 290
Code: Select all
if (substr($reply, 0, 3) != 250) {
trigger_error('Error: MAIL FROM not accepted from server!');
exit();
Thanks in advance
With kind regards
Anton