diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-05-18 17:02:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-05-18 17:02:39 -0700 |
commit | 187086c479a09629b7d180eec513fb7657f4e291 (patch) | |
tree | 3e6236990c91d942105b6fdaf8de8eabdff85186 /rt/docs | |
parent | 4639e25a658d9a0bf295415642fae8e8cdad846a (diff) |
rt 4.2.15
Diffstat (limited to 'rt/docs')
-rw-r--r-- | rt/docs/customizing/templates.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/docs/customizing/templates.pod b/rt/docs/customizing/templates.pod index 331534cfe..19b237bcf 100644 --- a/rt/docs/customizing/templates.pod +++ b/rt/docs/customizing/templates.pod @@ -26,6 +26,11 @@ colon, then a value. So, for example, to specify a subject, you can use: =over +=item RT-Attach-Message: yes + +This special header tells RT that any attachments that were added in the +original message should also be included in the email notification going out. + =item Content-Type: text/html The special header "Content-Type: text/html" tells RT that the template should |