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

For local development, remove the sendgrid dependency and fallback to nodemailer email using gmail #109

Open
smaharj1 opened this issue May 3, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@smaharj1
Copy link
Collaborator

smaharj1 commented May 3, 2020

Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical emailService which uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property

Describe the solution you'd like
Be able to create users without email hassles for local development

Additional context
Add any other context or screenshots about the feature request here.

@smaharj1 smaharj1 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 3, 2020
@Viveckh Viveckh changed the title For local development, remove the nodemailer and sendgrid dependency For local development, remove the sendgrid dependency and fallback to nodemailer email using gmail May 8, 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 good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants
@smaharj1 and others