Reputation: 961
I want to send emails to users based on a topic. Let's say they create a topic called Vacation. I want to be able to send them an email via [email protected], which they will be able to reply to(I have enabled my app to receive email messages). How can I create this email account dynamically through my domain host(in this case namecheap ) in a Rails app?
IDonethis has this feature.
Upvotes: 1
Views: 1865
Reputation: 2002
You have to configure a mail server host on your own server or use the API of your host service.
Upvotes: 2