SMTP
SMTP AUTH PLAIN
RFC4616
RFC4954
#
# Server-side
AUTH PLAIN
REPLY AUTH 334 PLAIN supported
REPLY dXNlcgB1c2VyAHNlY3JldA== 235 Authenticated
#
# Client-side
smtp
SMTP plain authentication
mail body
smtp://%HOSTIP:%SMTPPORT/903 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
#
# Verify data after the test has been "shot"
EHLO 903
AUTH PLAIN
dXNlcgB1c2VyAHNlY3JldA==
MAIL FROM:
RCPT TO:
DATA
QUIT
mail body
.