SES V2 cannot send email up to 10MB
0
Hello,
i have some issue on SES, i send email with SES API v2 using nodejs, but i'm send file more than 10mb and then i'm got error InvalidParameterValue: Message length is more than 10485760 bytes. i'm reading what new aws https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-ses-v2-supports-email-size-40mb-inbound-outbound-emails-default/
does anyone know this problem?
asked 11 days ago10 views
1 Answers
0
Do you have the latest nodejs AWS SDK version? That SES release is only a couple of weeks old, and though I pretty sure the Python SDK gets updated straight away to support new API functionality, maybe there's a lag with nodejs and even the latest nodejs SDK might not support this yet.
answered 11 days ago
Relevant questions
SES is not sending Email to outlook and Ymail
asked 5 months agoAWS SES email not received by recipient
asked 4 months agoAWS SES Bulk Emails through Java
asked a month agoAmazon SES: SMTP interface to send email based on template
Accepted Answerasked 13 days agocURL error 6: Could not resolve host: email..amazonaws.com - Mailster
asked a year agoSES V2 cannot send email up to 10MB
asked 11 days agoUnable to receive emails on specific providers
asked 5 months agoAPI call via SDK to send SES email via interface endpoint
asked 2 months agoHow to add unsubscribe url to email?
asked 10 months agoCognito/SES giving error that Email is not verified despite being verified
asked 3 months ago
i used version "aws-sdk": "2.1133.0" but still not success for send email up to 10MB.. oh thank a lot reply my question..