DEV Community

Discussion on: AWS SES + Gmail = Free Business Email ID

Collapse
 
erandind profile image
erandind

Hi,
Thanks for the tutorial.
I need to forward emails to gmail account as you mentioned.
first I tried the AWS documentation aws.amazon.com/ru/blogs/messaging-... for this.

I'm getting emails to AWS - S3 bucket
SES also seems to work properly, I assume. ( I'm getting notifications through SNS),
But non of the emails are forwarded to my gmail account.

So I thought the issue is with LAMBDA FUNCTION I added (according to the AWS blog.

SO I tried the above LAMBDA FUNCTION,
Created RECIPT RULES, S3 bucket, IAM POLICY

But still I'm not getting emails to my Gmail.
It stops at the S3 bucket. I'm getting the notification with the receipt.

I followed the troubleshoot as well.
Can you please suggest a solution to this issue. I'm not a coder. I'm just following the steps and changing details.

Collapse
 
daltonfury42 profile image
daltonfury42

Hi @erandid,

Coder or not, best way is to look at some logs. Do you have cloudwatch logs for the lambda..? Else set it up and can you see if there are any clues there?