diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-11-13 12:37:45 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-11-13 12:40:36 +0100 |
commit | f08086ec453c4529ae7361f9540b430ee61238f0 (patch) | |
tree | 61fc7dc023e6fb23e5fdac72526be81ff5325be7 /inc/lang/en | |
parent | 2adaf2b8a608f4a1ac3fe0dba94ff28d7a0d48e5 (diff) | |
download | rpg-f08086ec453c4529ae7361f9540b430ee61238f0.tar.gz rpg-f08086ec453c4529ae7361f9540b430ee61238f0.tar.bz2 |
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.
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/mailwrap.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inc/lang/en/mailwrap.html b/inc/lang/en/mailwrap.html new file mode 100644 index 000000000..d67644c95 --- /dev/null +++ b/inc/lang/en/mailwrap.html @@ -0,0 +1,13 @@ +<html> +<head> + <title>@TITLE@</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<body> + +@HTMLBODY@ + +<br /><br /><hr /> +<small>This mail was generated by DokuWiki at @DOKUWIKIURL@.</small> +</body> +</html> |