Hello everyone. I'm currently working on a club website that would be run by drupal. However, as I tried to configure SMTP Authentication Support (and sending a test email), the following message comes up:
"Unable to send e-mail. Please contact the site admin, if the problem persists."
After turning on the debugging features, the error appears as:
"SMTP -> FROM SERVER: SMTP -> FROM SERVER: SMTP -> ERROR: EHLO not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: HELO not accepted from server: SMTP -> ERROR: AUTH not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: RSET failed: "
Can anyone help me with this issue?
Comments
Comment #1
shmatty29 commentedHi
I am also getting the same error in debug mode, despite trying 3 different smtp relays with full authentication.
SMTP -> FROM SERVER: SMTP -> FROM SERVER: SMTP -> ERROR: EHLO not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: HELO not accepted from server: SMTP -> ERROR: AUTH not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: RSET failed:
Can any one help....???
Comment #2
dinis commentedIs this related to the issue I've logged with 6.10?
http://drupal.org/node/421882
Comment #3
franzPlease, check with the latest versions of both Drupal and SMTP
Comment #4
Ifex commentedThis happened to me sporadically with Drupal 6.16 and SMTP version 6.x-1.0-beta4. I updated to Drupal 6.17 and will see if it happens again.
Comment #5
Ifex commentedComment #6
franzThis doesn't seem to be a bug directly related to SMTP, maybe phpmailer? I'll close for now, as debug info does not point to the module itself...