我正在尝试将邮件发送到不同的域名,因为我的邮件服务器位于另一个域中。因此,每当我尝试使用php mail
功能发送电子邮件时,它都会将其视为本地电子邮件并发送。但是,我想发送另一个域名。让我们说:
$to='example@gmail.com' //this works
$to='example@mydomain.com' //this does not work.
当我使用WHM
检查时,我发现它认为电子邮件是本地邮件,因此我的网络域上不存在此类电子邮件,因此它就消失了。
如何重新路由我的电子邮件以将其发送到正确的域名?
更新
我可以在WHM邮件错误日志中看到以下错误:
third_party:我的邮件服务器所在的域
mydomain:当前的网络域名。
ravi@mydomain.com.au R=lookuphost T=remote_smtp: SMTP error from remote mail server
after RCPT TO:<ravi@mydomain.com.au>: host mail.mydomain.com.au: 550-Verification failed
for <third_party@server.third_party.com.au>\n550-The mail server could not deliver mail to
third_party@server.third_party.com.au. The account or domain may not exist, they may be
blacklisted, or missing the proper dns entries.\n550 Sender verify failed