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