Skip to content
/ mailer Public

A form of MTA which resends mails upon failure, renders templates and connects to a specified smtp server

Notifications You must be signed in to change notification settings

AEGEE/mailer

Repository files navigation

CircleCI

Omsmailer

This is a simple elixir app which waits for requests on a json api and then delivers mails rendered into templates, including retries and tls to the aegee mail server.

Documentation of the single API route can be found on apiary

If you want to create a custom template, copy one of the existing ones in the lib/omsmailer_web/templates/page folder. If you have optional parameters, include them with <%= parameters["optional_parameter"] %>. If you have required parameters, include them with <%= Map.fetch!(parameters, "required_parameter") %>.

About

A form of MTA which resends mails upon failure, renders templates and connects to a specified smtp server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages