eikek / sharry

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

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

Open risolohyna opened 4 months ago

risolohyna commented 4 months 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 4 months 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 4 months ago

Hi @eikek thanks for your quick response!

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

Thanks for your time!