Hello,
I've set up Postmark to send emails from my app successfully.
http://developer.postmarkapp.com/deve...
I'm wondering how i can do some customization (maybe custom JS and mapping) to the HtmlBody request parameter so that I can send an email like this:
{username} has posted a new {post_title} under {category}
How can I include these variables which will be available on local storage?