1
0
Fork 0

Fix email text containing links

This commit is contained in:
Chocobozzz 2022-04-15 15:17:32 +02:00
parent db19581fb2
commit e85a36cb96
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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: {