Roundcube Community Forum

Release Support => Pending Issues => Topic started by: HTF on January 25, 2010, 08:07:31 PM

Title: SMTP send: NOT OK(Failed to add recipient '[email protected]')
Post by: HTF on January 25, 2010, 08:07:31 PM
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
Title: SMTP send: NOT OK(Failed to add recipient '[email protected]')
Post by: SKaero on January 25, 2010, 11:05:19 PM
What is in your RoundCube error log?
Title: SMTP send: NOT OK(Failed to add recipient '[email protected]')
Post by: HTF on January 26, 2010, 03:41:17 PM
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