如何同时使用 SendGrid Parse API 和 Google Apps?

发布于 2024-11-28 17:03:09 字数 446 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

两仪 2024-12-05 17:03:09

这实际上不可能,但您有几个选择。您可以在解析 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文