Say I made a template in AWS simple email service, I'm able to send emails just fine (as long as I provide all the necessary fields). Now I want to add an attachment to the email -> A pdf file of the original email sent.
How would one go about that? I was hoping Simple Email Service has this functionality built in.
Otherwise, do I need to make a new template that has an attachments field and send the new template ?
I looked here: Sending email with attachment using amazon SES and it seemed like quite a pain to do.. In addition, I'm using Java but any solution / help in any language will be appreciated!
thanks.
update: the PDF file needs to be regenerated each time with different information.
anyone?