Fix incorrect custom html file name.

This commit is contained in:
Zhang Huangbin 2017-02-16 18:39:26 +08:00
parent 667ce73c2a
commit f7e544d878
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ Default notification email contains basic info of each quarantined email:
The notification email message is read from (HTML) template file
`tools/notify_quarantined_recipients.html`, if you want to modify it, please
copy it to `tools/notify_quarantined_recipients.local.html` then modify it.
copy it to `tools/notify_quarantined_recipients.html.custom` then modify it.
During upgrading iRedAdmin-Pro, this custom file will be copied to
new iRedAdmin-Pro directory, so you won't lose your customization.

View File

@ -134,7 +134,7 @@ users which have email quarantined in SQL database.</p>
</ul>
<p>The notification email message is read from (HTML) template file
<code>tools/notify_quarantined_recipients.html</code>, if you want to modify it, please
copy it to <code>tools/notify_quarantined_recipients.local.html</code> then modify it.
copy it to <code>tools/notify_quarantined_recipients.html.custom</code> then modify it.
During upgrading iRedAdmin-Pro, this custom file will be copied to
new iRedAdmin-Pro directory, so you won't lose your customization.</p>
<p>Several parameters are required by this script in iRedAdmin-Pro config file:</p>