You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign in using github (with email 1, example: [email protected]) - here system sent data to sendgrid, because user is not persisted;
change your email in github;
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
integrate with sendgrid for new users and for email changes
remove old email from sendgrid
add new email on sendgrid
The text was updated successfully, but these errors were encountered:
Problem
Email changes are not replicated to sendgrid.
Steps to reproduce:
Possible solution
The text was updated successfully, but these errors were encountered: