Closed WojtekTB closed 5 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:
node backend/gmail_api/gmail_api.js
token.json
More about how to set up credentials here.
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:
node backend/gmail_api/gmail_api.js
to generate atoken.json
More about how to set up credentials here.