I'm using Network Solutions to host my website and some of my emails are not beling delivered while others are 10-40 minute delays. I'm using an email address that I created from Network Solution and when I send an individual email from that account it's delivered immediately. I've searched thru all these forum and tried multiple confirgurations but nothing is curing this. Can anyone else who is using Network Solutions post your settings? I was told by the Network Solutions to use port 2525 or 587, I've tried both with same negative result.
define('USE_SMTP',false); //set this to 'true' to use SMTP
define('SMTP_HOST','smtp.mydomain.com'); // I've tried 'mail' & 'smtp'
define('SMTP_PORT',2525);
define('SMTP_AUTH',true); //if your SMTP require authentification, set this to 'true'
define('SMTP_USERNAME','no-reply@mydomain.com');
define('SMTP_PASSWORD','password');
define('SMTP_SECURE',false); //set this to 'true' if your server is using secure SMTP (TLS/SSL)
