From 67ff4f234da985d6c8a6ca6350336ea048d3fc4e Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 31 Mar 2020 04:24:30 +0200 Subject: [PATCH] add basic sendmail email command --- chat/email.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chat/email.md diff --git a/chat/email.md b/chat/email.md new file mode 100644 index 0000000..da6c288 --- /dev/null +++ b/chat/email.md @@ -0,0 +1,19 @@ +# Sendmail + +Compose a message like this: + +``` +To: alice@domain.com +Subject: my new mail server +From: literally@anything.com + +This is the message + +``` + +... and put it in ~/mail.txt. +Then send with sendmail using: + +> sendmail ~/mail.txt + +