How to check if SMTP port is available
Dec-2020
How to check if SMTP ports is functioning with ssl certificate in linux command line.
~> openssl s_client -connect mail.domain.com:587 -starttls smtp
Dec-2020
How to check if SMTP ports is functioning with ssl certificate in linux command line.
~> openssl s_client -connect mail.domain.com:587 -starttls smtp