ditschedev / mailo

This is a client for sending emails easily from a Spring Boot REST API. It makes use of Mustache for templating and is adaptable.
3 stars 2 forks source link

Release: v1.1.2 #4

Closed ditschedev closed 3 years ago

ditschedev commented 3 years ago

Released version 1.1.2.

Fixed a bug, where templates couldn't be loaded because the default template directory path has a starting slash which does not always work in packaged application jars.