Skip to content

szolowicz/ssdip-mailing

Repository files navigation

ssdip-mailing

Webscrap emails from SSDIP and send massive messages

Overview

*click for larger images size*

Server is scraping data from ssdip.bip.gov.pl based on client-side form ssdip-mailing-location-form

Scraped emails are provided to recipients select ssdip-mailing-recipients

User can fill email topic and body - HTML format is supported! ssdip-mailing-emails-form

Server is sending emails, user can see response ssdip-mailing-emails-info

It was made using:

Prerequisites to build

Getting Started

# Clone repo
git clone https://github.com/Lumm1t/ssdip-mailing.git
cd ssdip-mailing/
yarn # or npm install

Change environment variables:

  1. Rename .env.example to .env
  2. Fill required data

Run back-end

yarn server # or npm run server

Run front-end

Development

yarn dev # or npm run dev

Production

yarn build # or npm run build
yarn start # or npm run start

Contributing

Just contribute!

License

This project is licensed under the MIT License.