Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup domain email forwarding rules for admin@, info@, help@, support@ #9

Open
matthewkeil opened this issue May 2, 2020 · 0 comments
Labels
enhancement New feature or request Epic

Comments

@matthewkeil
Copy link
Owner

matthewkeil commented May 2, 2020

This requires setup of the following:

  1. MX record on HostedZone pointing to SES
  2. SES forwarding to s3 bucket
  3. SES trigger lambda (notifying of email that arrived)
  4. Lambda handles email. Code will have list of available addresses and map to whom mail should be forwarded. Forwards emails that are to valid addresses and responds to sender with “not found” for those that don’t.

Stretch goal is to integrate with cognito

  • setup groups in cognito
  • setup way to define which groups get email (tags somehow)
  • add functionality to lambda above to match name in to address [email protected] with username in cognito and the check to see if tag for “hasEmail” exists and if so forward on to the users email address.
  • send email with instructions on how to setup outgoing smtp on their email client
@matthewkeil matthewkeil added Epic enhancement New feature or request labels May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Epic
Projects
None yet
Development

No branches or pull requests

1 participant