我已经配置了 office365 postfix SMTP 中继,但如果我没有用于验证的相同电子邮件地址,我的邮件就会失败。
我如何从不同的电子邮件地址发送?
比如说我配置的带有 SMTP 的电子邮件是[电子邮件保护]但我需要将我的发件人姓名改为[电子邮件保护]。
在职的
echo "message"| mail -r"test<[email protected]>" -s "subject" [email protected]
不工作
echo "message"| mail -r"test<[email protected]>" -s "subject" [email protected]
我参考此链接来设置 office365 postfix smtp 中继。 https://linuxhowtoguide.blogspot.com/2017/03/how-to-configure-postfix-smtp-relay.html