blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Support SES v2 API #20

Open seanhamlin opened 2 years ago

seanhamlin commented 2 years ago

From reading the code, I believe v1 API is in use.

SES v2 API brings a bunch of changes, one that is important for us is increased size quotas by default see https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-ses-v2-supports-email-size-40mb-inbound-outbound-emails-default/

With this launch, the default message size limit in Amazon SES V2 increases from 10MB for email sending and 30MB for email receiving, to 40MB for both sending and receiving .