vcarl / hmu-bot

0 stars 0 forks source link

Members may use a different email for Discord than they're subscribed to the mailing list #1

Closed vcarl closed 2 months ago

vcarl commented 3 months ago

This bot currently only checks the email address associated with the Discord account signing in, which is not necessarily going to be the same as the email they signed up to the mailing list with.

We should explore use of a transactional email service like Mailgun to verify email addresses manually. This should be done on the web page members see after authenticating their Discord account.

If the user's email is not found in the spreadsheet, the flow should be:

vcarl commented 2 months ago

Resolved as of 9edf2642