Fix email text containing links

This commit is contained in:
Chocobozzz
2022-04-15 15:17:32 +02:00
parent db19581fb2
commit e85a36cb96

View File

@@ -144,7 +144,7 @@ class Emailer {
htmlToText: {
selectors: [
{ selector: 'img', format: 'skip' },
{ selector: 'a', options: { ignoreHref: true } }
{ selector: 'a', options: { hideLinkHrefIfSameAsText: true } }
]
},
message: {