Hello,
i have an professional Wordpress plugin, MailPoet and it can send email via SMTP instead PHP mail.
When i try to connect gmail i get:
smtp.gmail.com
[email protected]
TLS/SSL
25/465
all these tried.
im using CSF and i made sure that 465 and 25 is withing allowed outgoing ports.
# netstat -tulnp | grep 465
Please how to fix it so im allowed to connect external SMTP like Gmail? Can you advice which WHM server config i need to check? cpanel support ticket: 6730293
Thank you
i have an professional Wordpress plugin, MailPoet and it can send email via SMTP instead PHP mail.
When i try to connect gmail i get:
# telnet smtp.gmail.com 465[23-Jun-2015 10:02:39 UTC] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://smtp.gmail.com:443 (Connection timed out) in /home/username/public_html/wp-content/plugins/wysija-newsletters/inc/phpmailer/class.smtp.php on line 123
[23-Jun-2015 10:02:53 UTC] ERROR PostmanWpMail: Exception code=403 message=Error calling POST https://www.googleapis.com/gmail/v1/users/me/messages/send: (403) Access Not Configured. The API (Gmail API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
# traceroute 64.233.177.108Trying 64.233.177.108...
Connected to smtp.gmail.com.
Escape character is '^]'.
Connection closed by foreign host.
Which Gmail SMTP details i used:traceroute to 64.233.177.108 (64.233.177.108), 30 hops max, 60 byte packets
send: Operation not permitted
smtp.gmail.com
[email protected]
TLS/SSL
25/465
all these tried.
im using CSF and i made sure that 465 and 25 is withing allowed outgoing ports.
# netstat -tulnp | grep 465
"php_openssl" appears to be enabledtcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 3490/exim
tcp 0 0 :::465 :::* LISTEN 3490/exim
Please how to fix it so im allowed to connect external SMTP like Gmail? Can you advice which WHM server config i need to check? cpanel support ticket: 6730293
Thank you
Last edited: