Jakub Bouček
Jakub Bouček
Hi, that looks like something is wrong with your configuration in script, or message was damaged during transformation. Please put here whole message including headers. [See this guige How to...
Hi you both, I am still getting `eventVersion` 1.0 and same info is in [documentation](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-lambda.html#receiving-email-action-lambda-input). Can you please put here more info about your case? Especially: - try to catch...
Hi, are you sure you are invoke Lambda by the [action in SES rule](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-lambda.html), not by [S3 event trigger](https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html)? Your symtoms seems like S3 event.
Hi, you must [Moving Out your Account from SES Sandbox](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html) limits first.
Hi, when you will be out of sandbox, you can send messages **TO** any e-mail address. But you still must have verified domain used as sender addres (**FROM**).
I think it should not task for this script, because your issue is about very specify case. You can create extension through [overriding methods](https://github.com/arithmetric/aws-lambda-ses-forwarder/blob/d68183092f4eef04b026f51188ffa9c09759b0b1/index.js#L294) and overide [`processMessage`](https://github.com/arithmetric/aws-lambda-ses-forwarder/blob/d68183092f4eef04b026f51188ffa9c09759b0b1/index.js#L183) method.
Maybe info about originate sender can be added to header X-Original-To - it can be readable when you view message header. Manipulate with message's body would be very difficult because...
@lbellows On very simple messages it can work. On multipart messages don't. Multipart meesage is message with attachment, or html formatted mail.
@lbellows Hi, as I said, this case is very complex. When you want to e-mail body modification, you MUST understand how MIME is building body of e-mails – string modifications...
Because it's limitation from AWS SES. You can send mail via SMS only from verified domains.