Files
tldr/pages/common/sendmail.md
T
2025-10-09 06:55:58 +03:00

658 B

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 < {{message.txt}} {{username}}

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

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