G-notify is a mass mailer written in nuxt snd express without any third party libraries like (nodemailer). We directly contact GAPIs to send the mail.
** The above hosted version on netify is not supported anymore **
- Template collection
- create template -
- upload template
- send single template
- send multiple template
- [~] asset management for people to upload files for hosting, basically a cdn mainly for images but also supports other things (untested after new gcp configs)
- tracking
- stats
-
create a .env file with the following variables
GMAIL_CLIENT_ID="your client id" GMAIL_CLIENT_SECRET="your client secret" GMAIL_REDIRECT_URL="your redirect url" dbURI="your mongodb url" BASEURL="http://localhost:3000" BUCKET_NAME="your gcp bucket name" DOMAIN="your server domain/IP address"
you'd also need a service account json named
bucket_key.json
with suitable permissions and saved in the root folder of the project