Standalone Mailer Service for DS Wizard
- PostgreSQL
For more information, see deployment example.
For general information, please visit our User Guide.
Docker image is prepared with basic dependencies and worker installed. It is available though Docker Hub: datastewardshipwizard/mailer.
You can easily build the image yourself:
$ docker build . -t mailer:local
A template must always contain the message.json
descriptor, having both HTML and Plain text part is recommended.
This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.