Diego Andres Rabaioli

Results 7 comments of Diego Andres Rabaioli

Hi @dextermb , I achieved that by changing line 209: if (data.config.fromEmail) { fromText = 'From: ' + from.replace(//, '').trim() + ' '; into: if (data.config.fromEmail) { fromText = 'From:...

I need to set the lambda memory limit up to 1GB in order to process 24MB attachments. Any update?

I found a possible alternative (I haven't tried that yet though) : https://github.com/tedder/aws_lambda_ses_forwarder_python3/blob/master/lambda-ses-forwarder-py3.py

Thanks @arithmetric , I clearly see the limits set by AWS SES. Nonetheless I'm able to forward emails of 24MB. Only problem is that the memory required by the lambda...

Hi @raza2022 , I could achieve what you need by following step 6 of this guide: http://www.daniloaz.com/en/use-gmail-with-your-own-domain-for-free-thanks-to-amazon-ses-lambda/