None
SQ
How to send HTML mails using Amazon SES (Simple Email Service)
['Ashish Bhatia']
ashishb.net
So, once I found the solution, I thought I might share it with everyone. The basic idea is that contents of the mail (raw-message) must be a JSON dictionary with “Data” as main key whose value is a key value pair containing entries with keys like “From”, “To” etc. Sample code can be seen below.