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 2 years ago1311 views
1 Answer
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.

EXPERT
answered 2 years 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..

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions