Send email with template (Mandrill JSON)

958 views Asked by At

Hi I've created an html email template using Apache Velocity . I'm trying to send email through Mandrill Json API. There is something known as html template in Mandrill.

But is there a way to send my html subject content generated by velocity to be passed as a String value to Mandrill and Mandrill would render the html to send email.

Please suggest any better alternatives to Mandrill (eg:Amazon SES, this is all I know of) as my system is developed in Java.

1

There are 1 answers

0
bvanvugt On BEST ANSWER

Take a look at sendwithus. They provide a template management and sending API on top of Mandrill, and I know they support dynamic subject lines. Docs here.