Tauqeer Ahmad
Tauqeer Ahmad

Reputation: 540

Can we use mailchimp for user notification emails in rails 3.0

Can we use mailchimp for system in rails 3.0 emails like password reset email, account confirmation email and other emails like when user receives a message from another user and all other system

Upvotes: 2

Views: 1274

Answers (2)

Sebastian
Sebastian

Reputation: 2786

I recommend use of Sengrid - http://sendgrid.com/docs/Integrate/Frameworks/rubyonrails.html. I am not familiar with MailChimp, but I suppose that to send messge thourgh MailChimp you must add a contact to campaign, follow-up or something which is much overhead in my opinion.

Upvotes: 2

Raymond
Raymond

Reputation: 91

The type of email you're referring to, is called "Transactional Email" and MailChimp is for "Bulk Email". So no, you can't use MailChimp for that. It's actually against their ToS.

However, the fine people over in Atlanta launched Mandrill just last year. Mandrill handles transactional email like Diego Maradona handles a soccer ball.

Mandrill offers a great number of API methods with awesome documentation.

Upvotes: 6

Related Questions