Will-Hsu / cses_webdev

1 stars 1 forks source link

Add email confirmation for event checkin #162

Closed WojtekTB closed 5 months ago

WojtekTB commented 6 months ago

I was initially gonna use mailchip, but it seems to be very limited on amount of emails we can send so I pivoted to use gmail API.

For this to work on the server it needs to have gmail API credentials set up. For this we need to:

More about how to set up credentials here.