从终端(Mac OS x)发送带有自定义域名的邮件

时间:2018-08-21 11:31:13

标签: bash macos email mutt

我要发送具有自定义发件人域名的邮件。

cat email_format.html | mutt -e "set content_type=text/html;" -s "Test mail - HTML" arun*****@gmail.com

如果我从终端使用上述命令,则邮件已发送,但发件人地址看起来像这样From: arun.srinivasan@localdomain.localdomain

我想让发件人的邮件ID像这样From: arun.srinivasan@mycompany.com

0 个答案:

没有答案