2 Answers
- Newest
- Most votes
- Most comments
1
Workmail doesn't support wildcards (or catch-all) natively, but with help of SES and Lambda you can build the feature. Here is an example how to do this https://github.com/devcybiko/ses-catchall
0
here's a similar solution. A serverless email forwarding solution for Amazon WorkMail that captures all emails to any *@domain.com address and forwards them to a central inbox. Utilizes SES for inbound email, S3 for raw storage, and Lambda for logic and MIME-safe forwarding. Fully contained within AWS with no external dependencies:
answered 10 months ago
Relevant content
asked 4 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago
