Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

We built a multi-tenant or whilabelable app so that each of our customers use it to communicate with their users and those users never know we exist. This is quite similar to Zendesk, Basecamp, etc.

We need to send a lot of transactional email, like "thank you for registering", "here's your password reset link", etc. At the moment we are sending it from our own account, our own email address with our domain. Obviously that's not acceptable.

I could just let each customer configure SMTP credentials, but in my experience they are likely to mess it up and our own app will have a poor user experience due to a third party we don't have any control over. I rather solve the problem in-house.

To solve this problem I'm considering Sendgrid and Amazon Simple Email Service but I'm not sure if either will get unhappy that we are sending emails from hundreds of different domains and how do we manage to get those emails reach destination. At the very list I think I'll need to instruct our customers to add the SPF records, right? Anything else? Apparently with Sendgrid I can't use domain keys.

I'm not looking just for the technological question, but also for the business side of things (that's why I'm asking here), any recommended providers?

share|improve this question
1  
Perhaps serverfault.com would be a better place for this question. – JonnyBoats Feb 16 '12 at 16:17

2 Answers

Have a look at mail chimp I think it has enough of the features you need with an API you can interact with.

Additional:

This is probably the best list of resources and the podcast is a good discussion about how to use them effectively..

share|improve this answer
Mail chimp is for running campaigns of mails, to send the same mail to a lot of people, not to send lot's of unique transactional emails. It's not what I'm looking for. – J. Pablo Fernández Feb 17 '12 at 11:04

Sendgrid, Postmarkapp, socketlabs, all of those services are designed for exactly what you are talking about. No, they shouldn't care as long as it's not SPAM.

share|improve this answer
My worry is not that sendgrid will think I'm sending spam, but whether gmail, hotmail, etc will think I'm sending spam because I fail to pass domainkey and spf tests. – J. Pablo Fernández Feb 20 '12 at 12:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.