зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
14 строки
266 B
Plaintext
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
|