tldr/pages/common/sendmail.md

608 B

sendmail

Send email from the command line.

  • Send a message with the content of message.txt to the mail folder of local user user_name:

sendmail user_name < message.txt

sendmail -f test@gmail.com you@yourdomain.com < message.txt

sendmail -f test@gmail.com you@yourdomain.com < file.zip