ShivamD
ShivamD

Reputation: 961

How to create an email address on your domain dynamically?

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

Answers (1)

Ludovic
Ludovic

Reputation: 2002

You have to configure a mail server host on your own server or use the API of your host service.

Upvotes: 2

Related Questions