euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

Fix some bits in the email top the consultant #545

Closed ale-rt closed 1 year ago

ale-rt commented 1 year ago

@reinhardt this PR fixes the mail text that is sent out in current master. image As you can see, the HTML email is sent as text. The purpose is to convert back the entities to characters.

Also it removes the meta:interpolation which is not needed.

reinhardt commented 1 year ago

It's not an HTML mail though, but text/plain. #538 changed the quotes to be utf-8 characters instead of HTML entities. So if we want an HTML mail we need to change that back and also change the mime type, right?

2023-04-27-13-45-17_1837x1570

ale-rt commented 1 year ago

Never mind