Mail

From wiki
Revision as of 12:30, 11 May 2018 by Hdridder (talk | contribs) (Created page with "==Sending mail with sendmail== ;<code>sendmail -t < <messagefile></code> :Send the email as in <messeagefile> The email headers are in <messagefile>. That should look like: <s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sending mail with sendmail

sendmail -t < <messagefile>
Send the email as in <messeagefile>

The email headers are in <messagefile>. That should look like:

From: me@mydomain.tld<br>
To: user@domain.tld<br>
Subject: Subject of your mail<br>
email text