mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
9 lines
108 B
Text
9 lines
108 B
Text
|
HELO mail.localhost
|
||
|
MAIL FROM: test@localhost
|
||
|
RCPT TO: user2@external.tld
|
||
|
DATA
|
||
|
This is a test mail.
|
||
|
|
||
|
.
|
||
|
QUIT
|