Hello,
since today morning, i always receive this message when sending something via PHPmailer:
SMTP Error: Could not authenticate.
It seems there was an update, and now it is no longer working. I am using a seperate server to connect to and sending all emails:
$data['smtp']['host'] = '51.255.XX.XX';
$data['smtp']['port'] = '25';
$data['smtp']['username'] = '[email protected]';
$data['smtp']['password'] = 'password';
However there is a time out everytime. Last time, some months ago, there has been also an update. I had to whitelist (Exim Configuratin) the other servers IP address (from which im sending) to get this to work again.
I also checked the server (which sends emails) log file. And there is a connection:
SMTP connection from [185.66.XX.XX]:36721 (TCP/IP connection count = 1)
but still it is not connecting and either sending any emails.
Also tried to disable cphulk and another server (for sending the outgoing email). I have not changed anything and this was working find for a long time. So this is 100% anything security / cpanel update related issue. Maybe someone can help me out..
since today morning, i always receive this message when sending something via PHPmailer:
SMTP Error: Could not authenticate.
It seems there was an update, and now it is no longer working. I am using a seperate server to connect to and sending all emails:
$data['smtp']['host'] = '51.255.XX.XX';
$data['smtp']['port'] = '25';
$data['smtp']['username'] = '[email protected]';
$data['smtp']['password'] = 'password';
However there is a time out everytime. Last time, some months ago, there has been also an update. I had to whitelist (Exim Configuratin) the other servers IP address (from which im sending) to get this to work again.
I also checked the server (which sends emails) log file. And there is a connection:
SMTP connection from [185.66.XX.XX]:36721 (TCP/IP connection count = 1)
but still it is not connecting and either sending any emails.
Also tried to disable cphulk and another server (for sending the outgoing email). I have not changed anything and this was working find for a long time. So this is 100% anything security / cpanel update related issue. Maybe someone can help me out..