Go to https://www.patricklin.ca/massmailer
Login at https://ethereal.email/login to see your sent email
User: plbg2igo5mmka5xo@ethereal.email
Password: G4JuNukpvQXb7asENq
git clone
npm installFrontend:
npm run start-react
Fullstack:
npm run build-react
npm start
Electron: (Electron Branch)
npm run build-react
npm run build
npm run start-electronFullstack (Minified):
npm run build-react
npm run build
Electron: (Electron Branch)
npm run build-react
npm run build
npm run package-macJest:
npm run test
Cypress:
npm run build-react
npm start
In a new terminal run:
npm run cypress-open
Create .env file and specify the following:
ACCOUNT_USER=
ACCOUNT_PASS=
ACCOUNT_EMAIL=
ACCOUNT_NAME=
EMAIL_HOST=
EMAIL_PORT=
EMAIL_SECURE=
| Property | Type | Description |
|---|---|---|
| ACCOUNT_USER | string | account login username |
| ACCOUNT_PASS | string | account login password |
| ACCOUNT_EMAIL | string | account email |
| ACCOUNT_NAME | string | user's full name |
| EMAIL_HOST | string | host server |
| EMAIL_PORT | number | port number |
| EMAIL_SECURE | bool | specify false. if EMAIL_PORT = 465, specify true |