Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 442 Bytes

Mailer Server

Basic Example - this example is tested with MailDev and can also be configured to work with any SMTP server

Setup

Execute below command to install DB tables & seed default data

docker exec -i mailer-user-service sh app-setup.sh

Execute below command to refresh DB, re-install tables & seed data

docker exec -i mailer-user-service sh app-refresh-setup.sh