lk/chat/email.md

20 lines
237 B
Markdown
Raw Normal View History

2020-03-31 02:24:30 +00:00
# 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