Skip to content
Snippets Groups Projects
Unverified Commit a51ee59d authored by Paul B's avatar Paul B
Browse files

mailservice: use a custom html2text callback for plain text emails

The current `html2text` function from the PHPMailer library strips all
html tags and only keeps the inner html.

In the case of <a> tags we need to share the `href` attribute to the
user when he reads his mail in plain text format.

Fixes #419
parent 7b0e42be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment