Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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