| #
850dbf1f |
| 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow image embeds in HTML mail templates
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
allow image embeds in HTML mail templates
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.
show more ...
|
| #
f08086ec |
| 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added HTML wrapper for mails
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, allowi
Added HTML wrapper for mails
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.
show more ...
|