Skip to content

Commit b3d8bdb

Browse files
committed
Added docnote on supported auth schemes
1 parent f8d3682 commit b3d8bdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OneBeyond.Studio.EmailProviders.AwsSes/EmailSender.cs

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
namespace OneBeyond.Studio.EmailProviders.AwsSes;
1010

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>
1116
internal sealed class EmailSender : IEmailSender
1217
{
1318
private readonly AmazonSimpleEmailServiceV2Client _emailClient;

0 commit comments

Comments
 (0)