Author Topic: cant send emails.  (Read 4089 times)

Offline Heini_net

  • Jr. Member
  • **
  • Posts: 20
cant send emails.
« on: June 05, 2008, 11:17:22 AM »
Hi,

i'm using Mercury Mail server and i can't send emails. the errors Logfile display follow entrys:

[05-Jun-2008 17:11:20 +0200] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server (Code: 501) in \webmail\program\steps\mail\func.inc on line 1416
[05-Jun-2008 17:11:49 +0200] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server (Code: 504) in \webmail\program\steps\mail\func.inc on line 1416

anyone know whats wrong?

Offline evb

  • Jr. Member
  • **
  • Posts: 34
cant send emails.
« Reply #1 on: June 06, 2008, 03:45:22 PM »
Try to use clear text for the login and pasword.
If this works, then probably roundcube and your smtp server are not talking the same crypto language.

see parameter:
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

Offline Heini_net

  • Jr. Member
  • **
  • Posts: 20
cant send emails.
« Reply #2 on: June 07, 2008, 12:30:56 PM »
hi,

i have found the reason

i'm using wrong usernames because i set the user_domain param so rc adding the domain to every user for logging to smtp server