Open seanhamlin opened 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 .
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/