Send Attachments with Amazon-SES

前端 未结 7 876
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 10:06

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

7条回答
  •  暖寄归人
    2021-01-01 10:51

    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.

提交回复
热议问题