Linux中使用sendmail发送邮件,指定任意邮件发送人时间:2022-02-10 06:22:08一、使用任意发件人发送邮件 echo 'Test ' | mail -r fromMail@.com -s "Test test" toMail@.com 其中s表示主题。