DEV Community

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

Collapse
 
joergrech profile image
Jörg Rech

Hi! Just implemented it for one of my domains and it works really well - thank you! One question though: Do I need to "register" every name of a domain at Gmail or should it work out of the box? For example:

I have the following config in the Lambda code:

  forwardMapping: {
    "@<MY_DOMAIN>.com": [
      "<ME>@gmail.com"
    ]
  }
Enter fullscreen mode Exit fullscreen mode

However, only @.com is forwarded to Gmail (where I added this email address) but emails to info@.com is only stored in S3 but not forwarded.