Hi I'm receiving the following message:
SMTP send: NOT OK(Failed to add recipient '
[email protected]')
I have hMailServer and everything is working fine with Thunderbird but I cannot figure it out where is the problem with Roundcube.
I'm not using SSL.
Regards
What is in your RoundCube error log?
Hello,
The problem was with authentication and I found the solution:
Quote$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'LOGIN';
Thx