- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 11:38 AM
Hello,
I was wondering if there is any possibility to configure an email template to contains only a specific header and footer, and get the body from the email notification form ?
So my email template will have a fixed header and footer and variable body which is the email notification content.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 01:37 PM
So templates aren't as nuanced as you're hoping. A template will build the whole body, and doesn't distinguish between body headers, main body, and footers.
Also, it sounds like you want each notification to retain its currently defined body, which is like saying "I want to always use just a part of a template".
Only thing I can think of is to use Kalai's approach, but it requires always remembering to put the mail scripts in your notification body. It'll look like this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 07:56 AM
Is John's method a proper solution ? I didn't work for me. What am I missing ?
I did it using mail scripts (Thanks to you and Kalaiarasan )
Thank you all