Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ telnet localhost 1025
 
EHLO 19ft.com
MAIL FROM:<from@19ft.com>
RCPT TO:<to@19ft.com>
DATA
Subject: Hello World
 
Hello World!
.
QUIT

Eine weitere Testmöglichkeit bietet das Programm swaks. Entsprechend https://www.linkedin.com/pulse/setting-up-smtp-mail-server-using-mailhog-docker-image-chopparapu ist dazu das Programm zu installieren und der folgende Befehl auszuführen.

Code Block
swaks --to jerry@eduami.org --server localhost:1025 --body "Hello Jerry!" --header "Subject: Party!"