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.
我为我的域设置了 MX 记录。根据教程,应删除所有其他记录。我删除了旧记录,后来意识到我仍然想要一个普通的电子邮件帐户,
info@mydomain.com
如何设置我的 MX 记录来处理这个问题?
Mandrill 的教程说不允许其他 MX 记录。我希望 info@mydomain 路由也存在。
不可能有一个域的传统收件箱以及让 Mandrill 接受该域的电子邮件。相反,您可能希望 Mandrill 只处理一个子域,如 inbound.domain.com,并为该子域设置路由。然后,您的根域可用于发送和接收邮件的传统收件箱。
或者,您可以将根域设置为由 Mandrill 处理。每当您收到发送到 info@yourdomain.com 的邮件时,您都会处理 webhook POST,并使用该 POST 中的信息创建一条新的出站消息,发送到可以接收邮件的其他收件箱。