<optiontype>textareaI18n</optiontype>
<supporti18n>1</supporti18n>
</option>
+ <option name="mail_signature_html">
+ <categoryname>general.mail.general</categoryname>
+ <optiontype>textareaI18n</optiontype>
+ <supporti18n>1</supporti18n>
+ </option>
<!-- /general.mail.general -->
<!-- general.mail.send -->
<option name="mail_send_method">
{capture assign='footer'}
{hascontent}
<span style="font-size: 0;">-- <br></span>
- {content}
- {@MAIL_SIGNATURE|language|newlineToBreak}
- {/content}
- {/hascontent}
- {/capture}
+{content}
+{if MAIL_SIGNATURE_HTML|language}
+{@MAIL_SIGNATURE_HTML|language}
+{else}
+{@MAIL_SIGNATURE|language|newlineToBreak}
+{/if}
+{/content}{/hascontent}{/capture}
{include file='email_paddingHelper' block=true class='footer' content=$footer sandbox=true}
<table>{* Do not remove: This table is needed by certain less able email clients to properly support background colors. Don't ask. *}</table>
define('MAIL_FROM_ADDRESS', '');
define('MAIL_ADMIN_ADDRESS', '');
define('MAIL_SIGNATURE', '');
+define('MAIL_SIGNATURE_HTML', '');
define('MAIL_SEND_METHOD', 'php');
define('MAIL_SMTP_HOST', '');
define('MAIL_SMTP_PORT', 25);
<item name="wcf.acp.option.mail_send_method.debugFolder"><![CDATA[Debug (Ordner mit .eml-Dateien)]]></item>
<item name="wcf.acp.option.mail_send_method.php"><![CDATA[PHP]]></item>
<item name="wcf.acp.option.mail_send_method.smtp"><![CDATA[SMTP]]></item>
- <item name="wcf.acp.option.mail_signature"><![CDATA[Signatur]]></item>
+ <item name="wcf.acp.option.mail_signature"><![CDATA[Signatur (Text)]]></item>
<item name="wcf.acp.option.mail_signature.description"><![CDATA[Die Signatur wird an jede automatisch generierte E-Mail angehängt.]]></item>
+ <item name="wcf.acp.option.mail_signature_html"><![CDATA[Signatur (HTML)]]></item>
+ <item name="wcf.acp.option.mail_signature_html.description"><![CDATA[Die Signatur für die HTML-Version der versendeten E-Mails. Wenn keine HTML-Variante angegeben ist, dann wird die Text-Signatur verwendet.]]></item>
<item name="wcf.acp.option.mail_smtp_host"><![CDATA[SMTP-Server]]></item>
<item name="wcf.acp.option.mail_smtp_host.description"><![CDATA[Bei SMTP-Port 465 muss zusätzlich der Präfix <kbd>ssl://</kbd> angegeben werden, etwa <kbd>ssl://mail.example.com</kbd> statt nur <kbd>mail.woltlab.com</kbd>.]]></item>
<item name="wcf.acp.option.mail_smtp_port"><![CDATA[SMTP-Port]]></item>
<item name="wcf.acp.option.mail_send_method.debugFolder"><![CDATA[Use Debug (Folder with .eml files)]]></item>
<item name="wcf.acp.option.mail_send_method.php"><![CDATA[Use PHP]]></item>
<item name="wcf.acp.option.mail_send_method.smtp"><![CDATA[Use SMTP]]></item>
- <item name="wcf.acp.option.mail_signature"><![CDATA[Sender’s Signature]]></item>
+ <item name="wcf.acp.option.mail_signature"><![CDATA[Sender’s Signature (Text)]]></item>
<item name="wcf.acp.option.mail_signature.description"><![CDATA[The signature that will be appended to every message.]]></item>
+ <item name="wcf.acp.option.mail_signature"><![CDATA[Sender’s Signature (HTML)]]></item>
+ <item name="wcf.acp.option.mail_signature.description"><![CDATA[HTML formatted version of the Sender’s Signature. If this field is left empty the text based signature will be used.]]></item>
<item name="wcf.acp.option.mail_smtp_host"><![CDATA[SMTP Server]]></item>
<item name="wcf.acp.option.mail_smtp_host.description"><![CDATA[The SMTP port 465 requires the host to be prefixed with <kbd>ssl://</kbd>, for example, <kbd>ssl://mail.example.com</kbd> instead of <kbd>mail.woltlab.com</kbd>.]]></item>
<item name="wcf.acp.option.mail_smtp_port"><![CDATA[SMTP Port]]></item>