I want my app to be able to process mails sent to one specific email address.
With an open source ingress, it seems like rails need to run on a mailserver. I must have missed something because that mean you need to couple your mailserver with your app and once it’s done you cannot have another rails app using a mail address from the same domain ?
What am I missing ?