Basic Example - this example is tested with MailDev and can also be configured to work with any SMTP server
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