summaryrefslogtreecommitdiff
path: root/inc/lang/en/mailwrap.html
Commit message (Collapse)AuthorAge
* removed footer image from HTML mailsAndreas Gohr2012-03-09
|
* allow image embeds in HTML mail templatesAndreas Gohr2011-11-13
| | | | | | | | | Using the place holder @MEDIA(<mediaid>)@ you now can directly embed images from the media repository into your HTML mail template. An example was added to the mailwrap.html, but because images are embedded as is (no prescaling) this is suboptimal. If we keep it, a smaller version of the DokuWiki logo should be shipped with DokuWiki.
* Added HTML wrapper for mailsAndreas Gohr2011-11-13
The mailwrap.html adds the standard headers and footers to all HTML mails. The signature present in the text body will be removed before inserting in the wrapper, allowing a nicer footer for HTML. Users can overwrite the file with their own to create HTML mails in corporate design. However, a way to automatically embed referenced images is missing currently.