Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 413 Bytes

File metadata and controls

19 lines (17 loc) · 413 Bytes

SWAKS commands for sending e-mails

echo "Hello" | swaks --to example@mail.com --from=noreply@mail.com --server=xyz.mail.com --auth=LOGIN --auth-user=noreply --auth-password=test

Telnet commands for sending e-mails

telnet xyz.mail.com 25
ehlo mail.com
AUTH NTLM
bm9yZXBseUBzaXZpZy5hbA==
QCRyV2lWd1hpJWd4
mail from: noreply@mail.com
rcpt to: example@mail.com
Data
Hello Everyone
.