Send Raw Email using AWS SES Direct API V2

Viewed 899

I'm new to AWS and I'm trying to send raw email using AWS SES via Direct API v2 in .Net C#. I went through the documentation and the information was not much clear. https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html

What I need to do is how to pass the MIME formatted data to the API and how to use the Authorization keys in Direct API (without using SDK).

0 Answers
Related