Last active
August 10, 2016 12:14
-
-
Save nishinoshake/c070606337156e28e798f3fd5e15dd6d to your computer and use it in GitHub Desktop.
sendmailでテストメールを送る
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ワンライナーで書けた | |
echo hello | sendmail -f [email protected] [email protected] | |
# 「.」で終了で対話的に | |
$sendmail 送信先アドレス | |
From: 送信元アドレス | |
To: 送信先アドレス | |
Subject: This is it! | |
this mail is test. | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment