[TASK] Add textbold as email option

This commit is contained in:
Philipp Dieter 2021-05-11 22:47:15 +02:00
parent 75be493b60
commit 037715ca9e

View File

@ -87,6 +87,7 @@ class MailUtility
foreach ($data as $row) {
switch($row['type']) {
case 'text':
case 'textbold':
case 'headline':
$htmlRow = $row;
$htmlRow['data'] = preg_replace_callback(