Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider to switch to usage of template engines for purposes of preparing email bodies #113

Open
AlexanderZobkov opened this issue Dec 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexanderZobkov
Copy link
Owner

As of now emails bodies are hardcoded with usage of plain stringbuilder API in case plain text emails and Groovy XML DSL in case of html emails.

Consider to switch to usage of one of template engines:

  • Groovy Template Engine
  • FreeMarker
  • Pebble
@AlexanderZobkov AlexanderZobkov added the enhancement New feature or request label Dec 3, 2021
@AlexanderZobkov
Copy link
Owner Author

Example how others template emails: https://docs.gitea.io/en-us/mail-templates/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant