eikek / sharry

Sharry is a self-hosted file sharing web application.
https://eikek.github.io/sharry
GNU General Public License v3.0
847 stars 53 forks source link

[FEATURE REQUEST] Use of HTML templates or HTML tags in emails #1449

Open risolohyna opened 1 month ago

risolohyna commented 1 month ago

Hi,

would it be possible to use html templates for emails? Or to change the email content type to HTML and use some basic html tags in the template?

Thanks Best regards

eikek commented 1 month ago

Hi @risolohyna yes I think this is a good idea. I would prefer to use markdown templates and then a multipart mail can be created with text and html versions. Since markdown allows to include html snippets, this should then work for you?

risolohyna commented 1 month ago

Hi @eikek thanks for your quick response!

Yeah, sure, markdown + html snippets are good for me.

Thanks for your time!