notes/pl/cross/smtp/mhsendmail.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

14 строки
266 B
Plaintext

https://github.com/mailhog/mhsendmail
https://hub.docker.com/r/aheadworks/mhsendmail
$ go get github.com/mailhog/mhsendmail
$ mhsendmail test@mailhog.local <<EOF
From: App <app@mailhog.local>
To: Test <test@mailhog.local>
Subject: Test message
Some content!
EOF