athoune / assert-smtp

Test your SMTP relay
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Assert SMTP

SMTP is boring, but omnipotent, but it's a the main way to restore passwords.

Check your SMTP relay

For now, there is no dependencies, just a modern python runtime.

The script use ENV variables :

Some modern assertions :

The script tests the 3 SMTP ports :

The script try to open an smtps connection (no, this protocol name is not yet normalized) and fallback to smtp+starttls.

Authentication with AUTH PLAIN and UTF8 encoding.

No mail is sent.