AlexanderZobkov / github-events-emailer

:octocat: Sends github events as emails.
Apache License 2.0
0 stars 0 forks source link

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

Open AlexanderZobkov opened 2 years ago

AlexanderZobkov commented 2 years ago

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:

AlexanderZobkov commented 2 years ago

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