I have started to use Amazon SES service for sending all my project e-mails. Currently i have converted all my code to use it. But still lacking on examples for implementing e-mails with attachment as MIME types and HEADERS are not my strong side.
Could someone share some wisdom on how exactly i can get SendRawEmail to work? What 3rd-party libraries i should be using to create legit e-mail with attachments?
I use latest aws-ses-sdk for php.
Thanks.