Files
tldr/pages.zh/common/sendmail.md

639 B
Raw Blame History

sendmail

发送电子邮件。 更多信息:https://manned.org/sendmail

  • message.txt 的内容发送到本地用户 username 的邮件目录:

sendmail {{username}} < {{message.txt}}

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

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