Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_mailWorker.tpl
CommitLineData
76a98333 1{assign var='text' value="\x7B\$username\x7D"|str_replace:$mailbox->getUser()->username:$text}{if $mimeType === 'text/plain'}
60fdb91a
TD
2{include file='email_plaintext' content=$text}
3{else}
4 {if $enableHTML}
5 {include file='email_html' content=$text}
6 {else}
7 {include file='email_html' content=$text|newlineToBreak}
8 {/if}
9{/if}