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