Expand my Community achievements bar.

Templates getting wiped our on install of SP2 for 6.1

Avatar

Level 2

We had our email templates under

/etc/workflow/notification/email/<ourapp>/email.html

Is there a recommendation where we should store application specific email templates? All these got wiped out on install of SP2.

 

What does Adobe recommend in regards to storing email templates. Most of the samples from adobe @helpex ask developers to store templates under that location.

1 Reply

Avatar

Community Advisor

Not sure if this is recommended or not, but you can have templates part of your code package, so even if it gets wiped out, it will still get installed on next code deployment.

Also you can follow a complete custom hierarchy for e.g: /etc/<your-app>/workflow/notification/email/<use-case>/en.txt

Adobe pretty much uses same technique to differentiate different workflow email templates -

/etc/dam/workflow/notification/email/downloadasset/en.txt

/etc/notification/forumdigest/default/en.txt

/etc/notification/messaging/default/en.txt