Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

good troubleshooting

ref

check the smtp is up

telnet smtp.gmail.com 587 # (or 25 or 465)

check the smtp works on STARTTLS

openssl s_client -starttls smtp -connect mail.example.com:587 # (or 25 or 465)