A mailing service.
You need to provide a .env
file in the root directory with following credentials:
# For <gmail> provider
GMAIL_USERNAME=
OAUTH_CLIENT_ID=
OAUTH_CLIENT_SECRET=
OAUTH_REFRESH_TOKEN=
OAUTH_ACCESS_TOKEN=
# Required
PROVIDER=<gmail>
yarn
yarn start
yarn build
yarn test
You can find a implementation example in script/test-template.script
.