Contents
Basic Test
Please note the blank lines below are syntactically important.
nc host 25
helo example.com
mail from:<address@example.com>
rcpt to:<address@example.com>
data
Subject: whatever (and other "headers")
message content
.
quit
Please note the blank lines below are syntactically important.
nc host 25
helo example.com
mail from:<address@example.com>
rcpt to:<address@example.com>
data
Subject: whatever (and other "headers")
message content
.
quit