Sodamhan.com

TL;DR

sendmail

Send email. More information: https://manned.org/sendmail.

  • Send a message with the content of message.txt to the mail directory of local user username:

sendmail username < message.txt

sendmail -f [email protected] [email protected] < message.txt

sendmail -f [email protected] [email protected] < file.zip

This document was created using the contents of the tldr project.