Open raamdev opened 8 years ago
As long as you are only using Mandrill as an RVE handler, it is 100% free. http://comment-mail.com/kb-article/mandrill-rve-handler/#toc-e8059774 https://mandrill.zendesk.com/hc/en-us/articles/205583197-Inbound-Email-Processing-Overview
If you use them as an SMTP provider, then it costs you.
$0.10 per 1,000 emails
I think it's the same with AWS SES.
Once you’ve finished your free trial, it’s $9.95/month
Pay as you go with SendGrid Lite $0.10 / 1,000 emails.
So with Mandrill you pay a minimum of $9.95/month (even if all you have is inbound email), whereas with SendGrid you can have a truly free account without a time restriction.
with Mandrill you pay a minimum of $9.95/month
Actually, now that I've created an account I see that's probably not the case. It looks like the 30 days "free trial" is just referring to access to support:
In any case, I still think it's worth exploring SendGrid integration for RVE, as many site owners may already be using SendGrid for their site (it's a lot cheaper than Mandrill for outgoing email--you need to send 6 million emails a month before you hit the $0.10/1000 pricing that SendGrid offers for their free account).
Actually, now that I've created an account I see that's probably not the case. It looks like the 30 days "free trial" is just referring to access to support
Yeah, I think so too. I've had two accounts with Mandrill for over 2 years now and I have never been charged for the Inbound Mail Routes feature. I use that feature for several things, because it is an easy way to pipe data from other services to email, and then to a webhook with structured data that you can parse in PHP scripts or otherwise.
In any case, I still think it's worth exploring SendGrid integration for RVE, as many site owners may already be using SendGrid for their site (it's a lot cheaper than Mandrill for outgoing email--you need to send 6 million emails a month before you hit the $0.10/1000 pricing that SendGrid offers for their free account).
I think we can already say that we integrate with SendGrid, because CM allows you to integrate with any SMTP provider. So if you have a SendGrid account you can put your SendGrid SMTP access credentials into Comment Mail and that's how email notifications will be sent.
I agree it would be nice if CM integrated with SendGrid's Inbound handlers too, but I haven't tested those myself yet. Do they offer that service? It looks like they do. https://sendgrid.com/docs/API_Reference/Webhooks/parse.html
Yep, it looks like they do, however there's this big note near the top of that page:
Available to all accounts except Lite.
So, if you're looking for the cheapest option, it looks like the Mandrill still wins here, but for site owners who already use SendGrid it would be nice to be able to enable RVE via SendGrid too.
You beat me to to it! :-)
I noticed on this page it says... https://sendgrid.com/docs/API_Reference/Webhooks/parse.html
Available to all accounts except Lite.
And on this page (for the Lite pricing) it says... https://sendgrid.com/pricing?mc=SendGrid%20Documentation
The Lite plan excludes the following features: advanced reporting and analytics, Event Webhook, Parse Webhook, Subuser API, DKIM customization, dedicated IPs, IP whitelabeling, IP warm up, feedback loops, Marketing Campaigns.
IP warm up
haha... Lite users get no IP foreplay action I guess.
Also mentioned here (private ticket): https://websharks.zendesk.com/agent/tickets/10680
:+1:
http://sendgrid.com/
Comment Mail currently integrates with Mandrill, however Mandrill charges $24.95 if you have 100,000 emails per month whereas SendGrid has a pay-as-you-use tier which costs $0.10 per 1,000 emails, so it's only $10 for 100,000 emails.