Spoofing emails with a SMTP server

A little bit about spoofing emails with Alice SMTP server (only for educational purposes). Type the following commands:

-telnet out.alice.it 25
-helo out.alice.it
-mail from:
-rcpt to:
-data
-From: “sender name”
-To: “receiver name”
-Subject: Fakemail example
– ###EMPTY LINE###
-Body of the message. Write here your text.
– ###EMPTY LINE###
– ###EMPTY LINE###
-.

Leave a Reply