Download & Extend

Unable to send e-mail with outside e-mail accounts

Project:SMTP Authentication Support
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

I've been devloping a new site for our company and our company has our own SMTP server and I configured it in "SMTP Authentication Support" in Drupal 6.13. The problem is that I'm able to send email to our company's email account only. If I send email to other accounts with yahoo, hotmail or others, I got message as "Unable to send e-mail. please contact the site administrator...."

We use MS Outlook(desktop and web basis) and we could send email to anybody and never had any problem.

Please let me know what could cause this and how to fix it. Thanks.

Comments

#1

I had same issue, email adresses with domain name same as of my site worked, but with other domain names didn't. I noticed that I was using external email address at:

Admnister>Site configuration>Site information>E-mail address

After changing email address to a local (so domain name=my site name), problem with sending emails to outside addresses went away.

#2

Project:Drupal core» SMTP Authentication Support
Version:6.13» 6.x-1.x-dev
Component:other» Code
Priority:critical» normal

#3

My site stopped sending emails from either a gmail account or sympatico account. I get this error:

warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtphm.sympatico.ca:25 (Connection refused) in /home/petejor3/public_html/drupal/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/petejor3/public_html/drupal/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
warning: fsockopen() [function.fsockopen]: unable to connect to ssl://:25 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/petejor3/public_html/drupal/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
Unable to send e-mail. Please contact the site administrator if the problem persists.

I read everything I could but I am not very technically aware of these issues. Could someone please assist with this. Is there more info I could provide to help?

#4

I tried the domain name change and still the same problem. I tried both GMAIL ports and SSL and TLS and another IP. All produced the same error message as above. With gmail SSL, the final one line error message is as follows:

Unable to send e-mail. Please contact the site administrator if the problem persists.

I don't know where to look for any more info on this problem.

More info:

I tried different test email accounts and got this:

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:

#5

@pjsquared

i think you have changed something in php.ini file. Check the file again and let me know about it.

#6

Status:active» postponed (maintainer needs more info)
nobody click here