We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d3682 commit b3d8bdbCopy full SHA for b3d8bdb
src/OneBeyond.Studio.EmailProviders.AwsSes/EmailSender.cs
@@ -8,6 +8,11 @@
8
9
namespace OneBeyond.Studio.EmailProviders.AwsSes;
10
11
+/// <summary>
12
+/// Email Sender for Amazon SES (Simple Email Service). This utilises SES V2
13
+/// API. Currently we only support SSO/IAM based authentication. This could be
14
+/// extended in future to support AWS Access Key/Secret authentication
15
+/// </summary>
16
internal sealed class EmailSender : IEmailSender
17
{
18
private readonly AmazonSimpleEmailServiceV2Client _emailClient;
0 commit comments