Closed (works as designed)
Project:
SMTP Authentication Support
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2012 at 13:17 UTC
Updated:
30 Aug 2019 at 02:01 UTC
Jump to comment: Most recent
Comments
Comment #1
takesomelight commentedHello, I have the same problem. Please let me know if someone find a solution. Thank you. TSL
Comment #2
ron_ron commentedHello,
same problem.
Thank you for a solution.
ron
Comment #3
ron_ron commentedHello,
found the solution. Error is in the smtp.phpmailer.inc in line 835.
change the line 843 - 836 with this code
Ron
Comment #4
silurius commented#3 didn't work for me.
Comment #5
kenorb commentedI've this error on my homepage.
Comment #5.0
kenorb commentedcontent update
Comment #6
makokis commentedsame issue here
Comment #7
wundo commentedPlease confirm your PHP server has access to the SMTP server you're trying to connect.
Comment #8
makokis commentedI'm using google acount and smtp setting are well set
Primary SMTP server: smtp.google.com
SMTP port: 465
Use secure protocol: SSL
User & pass: myuser & mypass
thanks for help
Comment #10
artem_antonov commentedThis happened to me when the SMTP server has the whitespace character before the address (" smtp.gmail.com")
Comment #11
kenorb commentedComment #12
cthshabel commentedartem_antonov
THANK YOU VERY MUCH FOR SHARING YOUR FIX
for me, it was something as basic as the white space before address (" smtp.gmail.com") too
module maintaner... is it necessary to have this space at the beginning? Can it be removed?
Thanks so much SMTP team. It is an incredible module that should absolutely be in core.
Comment #13
vishal.sirsodiya commentedHi makokis,
#8
As per your suggestion, I have configured SMTP module. But I have facing new problem.
Please see below error :-
SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
SMTP Error: Could not connect to SMTP host.
Thank
Comment #14
barywhyte commentedI got similar error to after uploading the site to internet. On the localhost, before uploading SMTP authentication module worked flaulessly.
SMTP -> ERROR: Failed to connect to server: (0)
Error message Unable to send e-mail. Contact the site administrator if the problem persists.
My host has provided some solutions which has not worked for me. Any workable solutions will be much appreciated. This is my first site with drupal www.barywhyte.com.ng
Comment #15
kenorb commentedSee: Unable to send e-mail. Contact the site administrator if the problem persists
Comment #16
barywhyte commented@kenorb Thanks. Problem solved with the help of my host. SMTP settings has to change when you migrate from localhost to internet
Comment #17
alexborsody commentedwhatespace after smtp address
Comment #18
ariel_fidenco commentedThanks to #10, I can't believe I didn't notice that trailing blank space for almost an hour. THANKS!
Comment #19
mattbk commentedThank you AlexBorsody, #17.