Author Topic: SMTP send: NOT OK(Failed to add recipient 'xxxxx@xxxxxx.com')  (Read 6314 times)

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
SMTP send: NOT OK(Failed to add recipient 'xxxxx@xxxxxx.com')
« on: January 25, 2010, 08:07:31 PM »
Hi I'm receiving the following message:
SMTP send:  NOT OK(Failed to add recipient 'xxxxx@xxxxxx.com')

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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
SMTP send: NOT OK(Failed to add recipient 'xxxxx@xxxxxx.com')
« Reply #1 on: January 25, 2010, 11:05:19 PM »
What is in your RoundCube error log?

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
SMTP send: NOT OK(Failed to add recipient 'xxxxx@xxxxxx.com')
« Reply #2 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