mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-04 07:54:59 +00:00
[Web] Optional HTML in system mails (#3879)
* HTML in system mails * Update functions.inc.php * Update functions.inc.php Co-authored-by: André Peters <andre.peters@debinux.de>
This commit is contained in:
parent
cf78855927
commit
dd1b25fa61
3 changed files with 18 additions and 1 deletions
|
|
@ -1278,6 +1278,13 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
|
|||
<textarea class="form-control" rows="10" name="mass_text" id="mass_text" required></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="mass_html"><?=$lang['admin']['html'];?> (<?=$lang['admin']['optional'];?>):</label>
|
||||
<div class="col-sm-10">
|
||||
<textarea class="form-control" rows="10" name="mass_html" id="mass_html"></textarea>
|
||||
<p class="small">↪ <a target="_blank" href="https://templates.mailchimp.com/resources/html-to-text/"><?=$lang['admin']['convert_html_to_text'];?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue