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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ