$ nc <smtp.example.net> 25
EHLO <hostname>
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA
From: [email protected]
To: [email protected]
Subject: Test message
This is a test message.
.
QUIT
Last active
May 13, 2019 13:22
-
-
Save tachesimazzoca/bf035f2dbf04084f8e523c1ff7437695 to your computer and use it in GitHub Desktop.
Mail Cheat Sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment