Hacker News new | ask | show | jobs
by doublerebel 4287 days ago
This is exactly what I've been looking for but couldn't find! Fantastic. Sendgrid strips HTML tags in their Template Engine but doesn't document it -- I debugged their WYSIWYG editor and gave them the source of the problem, but they asked me to send a video. After 4 rounds with support I had nearly given up on finding a good service that mashes developers with the marketing and design departments.

Three tips:

1. Please optimize your SEO! Searching for transactional email, transactional email service, transactional email comparison, I don't and didn't see you in results. (Guess I should have asked Hootsuite :)

2. I signed up from my mobile so I wouldn't forget -- your dash seems to work great except the gravatar/account is fixed position.

3. I tried to sign back in to confirm #2, but the log in link is nonexistent on mobile.

Congrats on the funding round from a fellow BC startup! Hope to see you around :)

2 comments

Hello fellow BC startup! I've brought your tips up with the team, thanks for your feedback!

We use Jinja templates behind the scene, which doesn't autoescape by default -- so you're free to inject HTML through a variable. You can manually escape template variables with {{ my_var|e }}.

I'm a dev at SendGrid. I pointed out your comment to my product owner. He would love to chat with you to see what we can do to improve. Hit up my email in my profile, and I'll get you two in touch.