Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
/ mailer Public archive

Data Stewardship Wizard worker for handling emails delivery

License

Notifications You must be signed in to change notification settings

ds-wizard/mailer

Repository files navigation

Data Stewardship Wizard: Mailer

User Guide GitHub release (latest SemVer) Docker Pulls GitHub CII Best Practices

Standalone Mailer Service for DS Wizard

‼️ This project has been moved to monorepo ds-wizard/engine-tools ‼️

Dependencies

  • PostgreSQL

For more information, see deployment example.

Documentation

For general information, please visit our User Guide.

Docker

Docker image is prepared with basic dependencies and worker installed. It is available though Docker Hub: datastewardshipwizard/mailer.

Build image

You can easily build the image yourself:

$ docker build . -t mailer:local

Mount points

  • /app/config.yml = configuration file (see example)
  • /app/templates = email templates (see templates)

A template must always contain the message.json descriptor, having both HTML and Plain text part is recommended.

License

This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.