Releases: thecampagnards/mailer-api
Releases · thecampagnards/mailer-api
1.8
1.7
- Template, layout and smtp conf can now be updated via the API
- You can use templateURL and layoutURL to have the template hosted somewhere else
1.6
- Fix markdown issue now use
{{ "# my text" | markdown }}
- Add Layout support
- Add yaml request support
1.5
- Add markdown support in mail template
1.4
- Fixed: create the temporary directory if it does not exist when you save the attached files
1.3
to
is now not mandatory during the mail sending
1.2
- Add the possibility to attach files to the mail
- Add the possibilty to use go template in subject
1.1
- Ability to add more information in your json template, like template variables to retrieve it more easily and add a description
- Add mail template link to README
1.0
Start of the project