简体   繁体   English

如何使用 Amazon SES 在 Rails 操作邮箱上设置 Ruby?

[英]How to set up Ruby on Rails Action Mailbox with Amazon SES?

I'm trying to migrate the email sending and receiving service from another mail provider to Amazon SES.我正在尝试将 email 发送和接收服务从另一个邮件提供商迁移到 Amazon SES。 The action mailer is working fine, but I tried for a while and didn't find any documentation on how to receive emails with SES, except some blog posts claim that Action Mailbox supports SES: action mailer 工作正常,但我尝试了一段时间,没有找到任何关于如何使用 SES 接收电子邮件的文档,除了一些博客文章声称 Action Mailbox 支持 SES:

It comes with ingresses for Amazon SES, Mailgun...它带有用于 Amazon SES、Mailgun 的入口......

There is only documentation on the official guides for Mailgun and Sendgrid, and several others but no SES.只有 Mailgun 和 Sendgrid 以及其他几个官方指南的文档,但没有 SES。 Any thoughts on where should I start?关于我应该从哪里开始的任何想法?

It was removed 2 years ago.它在 2 年前被删除。 See this commit .请参阅此提交 Since 2020 there has also been this PR which is still open at the moment I write this.自 2020 年以来,还有一个 PR ,在我写这篇文章的那一刻仍然开放。

However, the functionality of that PR has been published as action_mailbox_amazon_ingress .但是,该 PR 的功能已发布为action_mailbox_amazon_ingress There is some talk to port it to aws-sdk-rails .有人谈论将其移植到aws-sdk-rails

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM