Currently I'm building a website for a customer using Ruby on Rails. I planning to host that site on heroku.com.
My customer already has a running website on a specific domain, let's say example.com. The service he uses includes a mailing service with a webinterface he uses. So mails at support@example.com will go there. Upon redirecting example.com to the new address those mails will go to that new address too, won't they?
So there we are. I really don't want to mess around with all that mail-stuff. So I see two basic options:
- simply forward all incoming mail to an appropriate mail service
- there is a very simple way to build up a mailing webinterface at heroku.com or in my rails app
Anyone has an alternative or can help with one of my approaches? Sorry for asking such a general question but I'm really new to this kind of problem.