email - Mailgun 到 Gmail 并回复

标签 email gmail mailgun

我有一个网站 example.com,我希望我的客户能够发送电子邮件至 support@example.com .我习惯使用 Gmail,所以我想接收所有发送到我的 gmail 帐户的电子邮件:me@gmail.com并使用 Gmail 界面回复我的客户。

我正在尝试使用 Mailgun 和亚马逊的 Route 53 来实现这一切。在一个方向上,我想让这项工作:

some_customer@yahoo.com --> support@example.com --> Mailgun --> (transforms the sender address "some_customer@yahoo.com" to some "middleman@mailgun.com") --> me@gmail.com



换句话说,当客户发送 support@example.com一封电子邮件,它到达我的 Gmail 收件箱。

另一方面,当我使用我熟悉的 Gmail 网络界面回复我的客户时:

me@gmail.com --> middleman@mailgun.com --> Mailgun --> (transforms the sender address "me@gmail.com" to "support@example.com") --> some_customer@yahoo.com



第二步,既然要回复客户,就回复middleman@mailgun.com Mailgun 只会将我的 gmail 地址更改为 support@example.com在将其转发给我的客户之前。

这能做到吗?如果是这样,如何?

谢谢,

最佳答案

更好的方法是通过将 MX 记录放在指向 Google 邮件服务器的 Route53 中,让 Gmail 进行接收。

对于发送,输入 TXT 记录,让 Gmail 和 Mailgun 代表您的域发送电子邮件:

"v=spf1 include:_spf.google.com include:mailgun.org ~all"

此外,您可能希望启用 DKIM 来签署您的电子邮件。

关于email - Mailgun 到 Gmail 并回复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20257347/

相关文章:

email - 如何在 Google Inbox 中获取图标?

node.js - 从 Gmail API 获取电子邮件的直接 URL(列出消息)

php - cURL 错误 35 : Unknown SSL protocol error in connection to api. mailgun

rest - curl 错误: option-less arguments found

php - 在 Laravel 中将生成的 pdf 附加到邮件中

java - 如何在第二次连接smtp 25端口?

android - GMail for KitKat 在发送不是图像或视频的附件时崩溃

http - gmail 如何让用户保持登录状态?

python 请求非 ascii 数据的问题

html - CSS 从 Outlook Online 中的单个 div 元素中剥离