Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to send multi-part (text/html) emails to clients for important project-related updates (milestone updates, invoices, payment receipts, etc.), and no consumer email product does this reliably (Gmail, Outlook, Thunderbird, Yahoo, Hotmail, or any number of webmail apps like Squirrelmail, etc.).

Logically, I began researching SAAS alternatives. Of the countless email marketing tools I have researched, they all fall in the "newsletter" or "transactional email" categories. Technically, my emails are "transactional" (they are generated after the client completes a specific action like approving a project, paying for a completed project, etc.) but they are manually generated (rather than auto-generated from an app). This eliminates all of the transactional email tools I have looked at so far (Mandrill, JetMail, Postmark app, Postage app, etc.). Newsletter email tools (Mailchimp, Campaign Monitor, Emma, Mad Mimi, etc.) don't work either as they're designed for large recipient lists.

Any ideas?

Thanks.

~Jared

share|improve this question
What is your key trigger? Are you trying to have an email fired by your application at a certain point? If so, what platform is your application running within? Lastly, you mention "no consumer email does this reliably" - what do you mean/want in terms of reliable? Email tools send email or give an error. There are no guarantees after that really. – jowierun Jun 29 '12 at 8:59
@jowierun Thanks for the reply. I mention in my question that the emails I need to send are not being triggered by an application. Rather, I want to manually send multi-part (text/html) emails such as invoices and payment receipts. In terms of reliability, I am not referring to deliverability as much as HTML code "cleanliness." Example: Outlook wreaks havoc on well-formed HTML emails, Gmail and Hotmail have rich text editors but don't allow me to manipulate HTML email templates, etc. Ideally, I'd love to find something like Mailchimp for single emails (not newsletters with multiple recipients) – Jared Jun 29 '12 at 16:39

1 Answer

Sure why dont you contact Email It...they offer SMTP credentials which you can use to send just transactional emails by itself. You can build your own reputation...you have your own dedicated IP depending on your sending amount. They also help you in SPF, DKIM and other authentication that come with. They are very cheap and affordable as well.

share|improve this answer

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.