我要发送具有自定义发件人域名的邮件。
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