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

Email changes are not replicated to sendgrid #124

Open
vyper opened this issue Oct 17, 2016 · 0 comments
Open

Email changes are not replicated to sendgrid #124

vyper opened this issue Oct 17, 2016 · 0 comments

Comments

@vyper
Copy link
Member

vyper commented Oct 17, 2016

Problem

Email changes are not replicated to sendgrid.

Steps to reproduce:

  1. sign in using github (with email 1, example: [email protected]) - here system sent data to sendgrid, because user is not persisted;
  2. change your email in github;
  3. sign in using github (with email 2, example: [email protected]) - here system not sent data to sendgrid, because user is persisted and email in sendgrid was wrong.

Possible solution

  1. integrate with sendgrid for new users and for email changes
  2. remove old email from sendgrid
  3. add new email on sendgrid
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

1 participant