Ordered attachments in SES inbound email (MIME format) - amazon-web-services

We're using Amazon SES to receive emails from a certain sub-domain. We configured it to pass the emails to an Amazon S3 Bucket.
We noticed that the email in S3 (MIME) does not show the list of attachments in the same order that they were attached when the email was being composed.
Is there a way to order the attachments in the email file in the same order that they were attached?

Related

Get email status per destination separately, when sending an email group of destinations in AWS SES

In order to deliver my transactional mail, I have set up an Amazon SES account. It appears to be performing nicely. But I have to keep track of each email's remote server response (when it is sent, bounced, delivered, and opened). To accomplish this, I followed the documents below.
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
https://docs.aws.amazon.com/ses/latest/dg/monitor-using-event-publishing.html
When I add a group of emails to the TO box, it is not immediately evident which client email has been delivered or opened, despite the fact that I can track each email's sending status. All of the emails I added to the TO field appear to be bounced when one email is returned. In essence, even if some emails do not achieve that stage, it contains all email addresses in the destination field for each AWS SES event.
I need to filter or categorize those email addresses that are associated with the AWS SES event or when sending an email group of destinations in AWS SES, need to get the email status for each destination separately.

AWS SES, S3 email backup

I am using SES+ S3 bucket.
I created the email backup through SES to S3 bucket.
So, Does S3 stores the email which I am sending to other? or only save that mail which I receive.
I think it stores both. But when I sent a mail. Then I didn't found it on S3. What can be the error.
I followed this video https://www.youtube.com/watch?v=nxXIpPZzMd0

How to send AWS SES email to same domain that is verified

I have setup Amazon Simple Email Service account on one my my domains. Lets say it example.com
I am not able to send emails to that same domain I have verified.
meaning sending email from noreply#example.com to myemail#example.com is not happening.
I even tried in AWS console's send test email but couldn't send the email.
I couldn't find in AWS SES documentation saying we can't send emails to same domain.
Can we send emails to same domain in AWS SES? If not is it documented in AWS SES?
If yes how can I send them?
I don't see in AWS SES documentation that it doesn't support sending to the same domain name.
I finally got to know that the domain I'm using is configured with Office 365 email provider, the admin have configured Spam filters such a way that it doesn't even enter user's inbox if they recognized it to be sending automated emails from same domain.
Conclusion: its not an issue from Amazon AWS SES but in-house spam filtering.

Extract email attachment from SES into S3

I want to extract an email attachment and save that attachment into an S3 bucket. I have configured SES to intercept my incoming emails.
I am guessing I need to create a SES rule which would have an action to trigger a Lambda function that extracts the email attachment and stores it to S3. I am not sure how to write this Lambda function.

Viewing raw emails sent to S3 Bucket

I have my workflow setup to receive email through SES and store it in an S3 Bucket. What are some workflows people have setup to download and view these raw emails?