mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-07-28 15:04:38 +02:00
See associated `CHANGELOG.md` entry for details. --------- Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
HELO mail.example.test
|
|
MAIL FROM: test@localhost
|
|
RCPT TO: user2@external.tld
|
|
DATA
|
|
This is a test mail.
|
|
|
|
.
|
|
QUIT
|