Reputation: 540
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
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
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