DEV Community

Discussion on: How to setup a mailbox with custom domains?

Collapse
 
ben profile image
Ben Halpern

There are different ways to do this, but Rails is about to ship features around this use case (I think).

Introducing Action Mailbox for Rails 6

A lot of Rails is designed to abstract away typically over-complicated domains, so this will probably be a decent solution.

Collapse
 
glennmen profile image
Glenn Carremans

Very interesting, will be looking out for the official release and any projects that might flow from this.
As you know I don't have much experience in Ruby, but I still try my best πŸ˜‰so I don't know if this is a solution for me to have a solid mail solution but still interesting to maybe play around with in the future.