Go to https://www.patricklin.ca/massmailer
Login at https://ethereal.email/login to see your sent email
User: [email protected]
Password: G4JuNukpvQXb7asENq
git clone
npm install
Frontend:
npm run start-react
Fullstack:
npm run build-react
npm start
Electron: (Electron Branch)
npm run build-react
npm run build
npm run start-electron
Fullstack (Minified):
npm run build-react
npm run build
Electron: (Electron Branch)
npm run build-react
npm run build
npm run package-mac
Jest:
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 |