Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 404 Bytes

email-reminder

The app sends specified emails to specified people in specific time.

How to launch

  1. Create settings.json with the following properties:
  • sendEmailTimeout: timeout string to execute scheduled job for emails sending, example: 'every 1 minute',
  • processRemindersTimeout: timeout string to execute scheduled job for reminders processing,
  1. Execute start.bat or start.sh scripts.