I'm in the middle of bootstrapping a SaaS company and spent the last few days evaluating e-mail providers. I think my requirements are really simple, yet I seem to fall outside what most offer. Here it goes: * A user-friendly WYSIWYG template editor (web fonts = nice to have but not crucial). * An API that lets me set the to-address and the e-mail content in markdown. How can this pose an edge case?!
Ideally, you'd be able to paste any markdown into our editor and have it render properly, but still something we need to work on.
A markdown to HTML (email) converter would be neat though.