Email Template configuration

r_daosseili
Kilo Contributor

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,

1 ACCEPTED SOLUTION

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...



find_real_file.png


View solution in original post

10 REPLIES 10

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