SMTP
--crlf
#
# Server-side
#
# Client-side
smtp
SMTP with --crlf
From: different
To: another
email
headers and body
with unix newlines
meant to be
converted
with
the
--crlf option
smtp://%HOSTIP:%SMTPPORT/941 --mail-rcpt recipient@example.com --mail-from sender@example.com -T log/upload941 --crlf
#
# Verify data after the test has been "shot"
EHLO 941
MAIL FROM:
RCPT TO:
DATA
QUIT
From: different
To: another
email
headers and body
with unix newlines
meant to be
converted
with
the
--crlf option
.