[TASK] Add target _blank to html emails

This commit is contained in:
2022-09-29 14:14:02 +02:00
parent 21725f0f1e
commit 660bc3f275
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ class MailUtility
default:
return '<a href="'
. $matchesInner[1]
. '">'
. '" target="_blank">'
. $matchesInner[2]
. '</a>';
break;