0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

2022-07-27 sendmail で mail を送信する

Last updated at Posted at 2022-08-05

方法

以下の方法で、テストメールを送信することができる。

# echo 'Test' | sendmail example@example.example

経緯

メールの送信確認、疎通確認を行う際に、sendmail コマンドしかない環境では sendmail コマンドを利用することになる。

mail コマンドには慣れ親しんでいるが、 sendmail コマンドでメールを送ることになると毎度戸惑うので、書き残しておくことにした。

Ref

5 Ways To Send Email from Linux Command Line - TecAdmin

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?