I\'m searching for an working C# example to send attachments with Amazon-SES.
After reading that Amazon-SES now supports sending attachments I was searching for an C
I also need help with this, but so far I've found you need to send a multipart MIME message, with the attachment encoded in base64.