如何同时使用 SendGrid Parse API 和 Google Apps?
我正在使用 SendGrid Parse API 接受来自 [电子邮件受保护],但我还希望能够通过 [电子邮件受保护]。这可能吗?如果可能的话,如何实现?
I'm using the SendGrid Parse API to accept emails from users at [email protected], but I want to also be able to receive emails to Google Apps at [email protected]. Is this possible, and if so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上不可能,但您有几个选择。您可以在解析 API 回调中包含一些代码,将匹配某些规则的电子邮件转发到不同的地址(您必须根据解析的值重建邮件),或者您可以添加具有不同 MX 记录的子域并使用该子域用于支持或解析,但不能同时支持两者。
It's not really possible but you have a few options. You could have some code in your parse API callback that forwards emails that match certain rules to a different address (you'd have to rebuild the messages from the parsed values), or you could add a subdomain with a different MX record and use that for either support or parsing but not both.