Roundcube Community Forum

 

SMTP send: NOT OK(Failed to add recipient '[email protected]')

Started by HTF, January 25, 2010, 08:07:31 PM

Previous topic - Next topic

HTF

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

SKaero


HTF

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