diff options
-rw-r--r-- | _tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md b/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md index fa21fb6..2f9eaef 100644 --- a/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md +++ b/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md @@ -73,6 +73,8 @@ some-program | mail someone@example.com -s "The weird logs that I was talking ab You may consider adding a `alias mail='mail -aFrom:email@example.com'` so you don't keep re-entering the "From: " part. +Send yourself some emails to see it working! + [ssmtp]: https://wiki.archlinux.org/index.php/SSMTP [gnu-mailutils]: https://mailutils.org/ [forwarding-wiki-section]: https://wiki.archlinux.org/index.php/SSMTP#Forward_to_a_Gmail_mail_server |