arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 451 forks source link

forwardMapping wildcards ? #90

Closed marcelomagf closed 4 years ago

marcelomagf commented 6 years ago

would like to setup a "catch all" , so guess I need something like:

forwardMapping: {
        "*": [
          "tome@example.com"
        ]

Any chance I get this working?

3boysdad commented 6 years ago

pretty sure the catch all exists already...

"@yourdomain.com": [ "noone@home.com" ]

Mind you it'll be on a per domain, which I think far more flexible despite the need to create one entry per domain.

marcelomagf commented 6 years ago

Indeed! Thanks. Should have tried it..

arithmetric commented 4 years ago

In version 5.0.0, there is support for a wildcard/catch all for email to any address/any domain.

See: