Attachment files seem to be missing at the recipient's end.

0

.I am writing to report an issue related to email attachments in our AWS environment. We have noticed that attachments exceeding 1MB in size are not being successfully sent via our email services. The email body is delivered successfully, but any attached files seem to be missing at the recipient's end.

And, I attached my sample code for email send with attachment using php.

Please investigate this issue and provide guidance on why email attachments are not reaching recipients. If additional information is needed, please let us know.

Thank you for your prompt attention to this matter.

Enter image description here

  • IS the message received by the recipient without the attachment, or do you get an error when you try and send an attachment larger than 1MB?

Vettrix
已提问 5 个月前157 查看次数
1 回答
0

Hello,

SES allows sending mails (including attachments) upto 10MB if using SESv1 API and 40MB if using SESv2 API or SMTP. If the total message size exceeds these limits, the mail is not accepted by SES.

If SES is accepting the message and delivering to end recipient without the attachment, it is possible that the attachment is not added in the message from the application side and would recommend you to review the code and application level logs.

We can inspect SES internal logs for your mail to confirm the same. As this involves working on internal information of your account, I would request you to reach to AWS Premium Support via a technical support case.

AWS
支持工程师
Rajat
已回答 5 个月前
profile picture
专家
已审核 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容