Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active August 10, 2016 12:14
Show Gist options
  • Save nishinoshake/c070606337156e28e798f3fd5e15dd6d to your computer and use it in GitHub Desktop.
Save nishinoshake/c070606337156e28e798f3fd5e15dd6d to your computer and use it in GitHub Desktop.
sendmailでテストメールを送る
# ワンライナーで書けた
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