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

Viewed 502

I'm trying to migrate the email sending and receiving service from another mail provider to 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:

It comes with ingresses for Amazon SES, Mailgun...

There is only documentation on the official guides for Mailgun and Sendgrid, and several others but no SES. Any thoughts on where should I start?

1 Answers
Related