How to convert raw emails (MIME) from AWS SES to Gmail?
问题 I have a gmail account linked to my domain account. AWS SES will send messages to my S3 bucket. From there, SNS will forward the message in a raw format to my gmail address. How do I automatically convert the raw message into a standard email format? 回答1: The raw message is in the standard email format. I think what you want to know is how to parse that standard raw email into an object that you can manipulate so that you can forward it to yourself and have it look like a standard email. AWS