Sending emails on behalf of customers in a whitelabelable app


1

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?

Email

asked Feb 17 '12 at 02:05
Blank
J. Pablo Fernández
412 points

2 Answers


3

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.

answered Feb 20 '12 at 16:02
Blank
Ryan Doom
5,472 points
  • 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 12 years ago

2

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..
answered Feb 17 '12 at 08:55
Blank
Robin Vessey
8,394 points
  • 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 12 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Email