Jakub Bouček
Jakub Bouček
This request is currently not about this tool. If you want read messages from different bucket, create two different Lambda functions.
In cloud's world is very simple build large project with ±zero operating costs. SMTP is little different - is hard to get low-cost quality way to receive and forward email...
Please let me know sipliest way, how to deliver any message from AWS Lambda to my Gmail inbox (receiving mailbox server) than SMTP via SES.
> if you already have you run your own IMAP server That's the point. Most of people have e-mail on some service like a Google.
Hi, you idea is sure great, but this tool is designed as simplest way to redirect e-mail on own domain, because another known services are too expensive or dumb. I'm...
Did you try just to use same recipient in [mapping configuration](https://github.com/arithmetric/aws-lambda-ses-forwarder/blob/d68183092f4eef04b026f51188ffa9c09759b0b1/index.js#L35)? Example: ```Javascript forwardMapping: { "[email protected]": [ "[email protected]" // same address ] } ``` I didn't try it yer, but...
Oh, my bad english. I wrong understand your request. My shame. I suggest use another access than rewrite code of this tool, because AWS Lambda is great to solve simple...
I guess its just a choice. @arithmetric publish this tool for community as way to use one of simplest, cheapest and robust way to have e-mail on own domain. Look...
>Does forwarder fully support Unicode? It should be, because Node.js is support Unicode and forwarder is not touch the content of message body.
Please check the message saved in S3, open it and found all lines begins with `Content-Type:` and `Content-Transfer-Encoding:`. And next do same thing in message delivered to your inbox.