add basic sendmail email command

This commit is contained in:
Malin Freeborn 2020-03-31 04:24:30 +02:00
parent 408a3ece92
commit 67ff4f234d
1 changed files with 19 additions and 0 deletions

19
chat/email.md Normal file
View File

@ -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