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

Send emails from codemonger.io #34

Closed
kikuomax opened this issue Aug 9, 2021 · 6 comments
Closed

Send emails from codemonger.io #34

kikuomax opened this issue Aug 9, 2021 · 6 comments
Assignees

Comments

@kikuomax
Copy link
Member

kikuomax commented Aug 9, 2021

We are currently relying on AWS Cognito's default email address. But it is not very friendly to ordinary users. We would like to use an email address in the codemonger.io domain.

@kikuomax
Copy link
Member Author

kikuomax commented Sep 11, 2021

According to this issue, CDK does not support custom SES configuration for Cognito yet.

@kikuomax
Copy link
Member Author

kikuomax commented Sep 11, 2021

I do not want to directly use CfnUserPool because useful features of UserPool are lost.

@kikuomax
Copy link
Member Author

It looks there is a workaround for this problem. We should be able to tweak the underlying CfnUserPool of a UserPool.

@kikuomax
Copy link
Member Author

kikuomax commented Sep 11, 2021

Do not forget to move out of the Amazon SES sandbox. We cannot send emails to the outside until we move out of the sandbox.

@kikuomax
Copy link
Member Author

Before moving out of the Amazon SES sandbox, we still can send emails to verified addresses.

@kikuomax
Copy link
Member Author

This issue is no longer relevant as we start over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant