add basic sendmail email command
This commit is contained in:
parent
408a3ece92
commit
67ff4f234d
19
chat/email.md
Normal file
19
chat/email.md
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user