turtl / tracker

This project is for tracking issues, bug reports, and progress on the entire Turtl project.
67 stars 3 forks source link

Feature request: email text templating (turtl server) #293

Open rhein opened 5 years ago

rhein commented 5 years ago

When running a server, the emails that get send out are currently based on hard coded text in the models (e.g. user.js). Its easy to change this there, but then updating from upstream gets tricky.

Solution: email texts could instead be read from simple template files that can be configured independently from the server install.

orthecreedence commented 5 years ago

Not a bad idea, especially because the server is not localized. Thank you.