Closed (works as designed)
Project:
SMTP Authentication Support
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 15:34 UTC
Updated:
7 Jan 2015 at 20:06 UTC
Jump to comment: Most recent
Comments
Comment #1
patrick_rys commentedComment #2
vperep commentedhello!
same issue
# warning: fsockopen() [function.fsockopen]: unable to connect to mx.profit.su:25 (Operation not permitted) in /home/profit92/public_html/it/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
# warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /home/profit92/public_html/it/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
# warning: fsockopen() [function.fsockopen]: unable to connect to :25 (php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known) in /home/profit92/public_html/it/sites/all/modules/smtp/phpmailer/class.smtp.php on line 122.
tried phpMailer_v2.1 and phpMailer_v2.3
thanks !
Comment #3
vperep commentedthe reason was the provider's settings that prevents sending using smtp function of PHPMailer
Comment #4
virgomania commentedMaybe try another port. According the allknowing wikipedia, port 587 helped me with smtp-sending mails through 1blu.de (a german hoster). Now it works like a charm.
Comment #5
franzThat usually happened to me when the SMTP server connection settings were wrong. Please, in the settings page can you activate debug and send a test message. It should print the whole connection attempt!
Comment #6
franzComment #7
wundo commented