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

[v2] Registration, account confirmation, password resets and email flows #122

Closed
archived-m opened this issue May 14, 2021 · 1 comment
Closed

Comments

@archived-m
Copy link
Contributor

All of the account nitty gritty. For emails we need to use the node library for sendgrid for now, and use something like mailtrap for local development and testing.

@th0rgall
Copy link
Contributor

th0rgall commented Jan 17, 2023

I'm closing this since a v2 rewrite is currently not on the roadmap.

and use something like mailtrap for local development and testing.

In #293 I added logging for SendGrid calls, so that sent email content can be viewed in logs when a SendGrid API key is missing (intended for local development).

We could verify SendGrid Template IDs with Sandbox Mode, but for the rest, SendGrid doesn't offer local development testing solutions. Templates made in SendGrid can only be tested and sent via SendGrid.

Mailtrap offers an Inbox Email Address (which we would need to send SendGrid emails to), but only on their Business plan. That doesn't seem to be worth it. For now, developers can use their own regular test accounts.

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

No branches or pull requests

2 participants