Webscrap emails from SSDIP and send massive messages
Server is scraping data from ssdip.bip.gov.pl based on client-side form
Scraped emails are provided to recipients select
User can fill email topic and body - HTML format is supported!
Server is sending emails, user can see response
- Node
- Koa - back-end/server
- Nightmare - webscrap
- Vue, Nuxt - front-end
- Vuetify - UI Library
- Nodemailer - node module for sending emails
- TipTap-Vuetify - WYSIWYG editor for Vuetify
- TypeScript
# Clone repo
git clone https://github.com/Lumm1t/ssdip-mailing.git
cd ssdip-mailing/
yarn # or npm install
Change environment variables:
- Rename
.env.example
to.env
- Fill required data
yarn server # or npm run server
yarn dev # or npm run dev
yarn build # or npm run build
yarn start # or npm run start
Just contribute!