sflpro / notifier

The notifications microservice is an independently deployable component intended for sending various types of notifications.
Apache License 2.0
47 stars 13 forks source link

Unable to sent templated emails without locale using SMTP #133

Open mikron opened 4 years ago

mikron commented 4 years ago

The Freemarker template resolver adds _subject and _content suffixes to provided template name (should only add this if the locale was provided)

mikron commented 4 years ago

The temporary workaround I've used is to create _content and _subject ftl, in order to be able to send the emails.