Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用sendmailAmazon SES。它适用于仅经过验证的电子邮件地址。
sendmail
所以首先我想知道root什么时候运行cron作业,然后它使用哪个电子邮件地址
如何更改该电子邮件地址
您应该能够使用 sendmail 命令的 -f 标志来指定信封发件人地址,并且您应该能够在邮件本身的标题中指定来自地址的消息。例如:
/usr/sbin/sendmail -f from@from.com to@to.com < message.txt