To check if a mail server support SSL/TLS, run
openssl s_client -connect MAIL_SERVER_IP:PORT -starttls smtp
Example
openssl s_client -connect smtp.elasticemail.com:25 -starttls smtp
To check if a mail server support SSL/TLS, run
openssl s_client -connect MAIL_SERVER_IP:PORT -starttls smtp
Example
openssl s_client -connect smtp.elasticemail.com:25 -starttls smtp
Leave a Reply