Monthly Archives: November 2013

Find out smtp maximum email size limit

To find out smtp maximum email size limit, connect to smtp server with telnet: telnet mail.example.com 587 or with openssl when need SSL support: openssl s_client -crlf -connect smtp.gmail.com:465 Next send SMTP command: EHLO smtp.example.com … Continue reading