We tried to use a snippet-call [[!If?...]] in the activationEmailTpl but it didn´t work. Does anybody know if it is possible to us snippets in activation-emails?
Letti
-
☆ A M B ☆
- 2,475 Posts
That is a very good question... initially I thought no, but given the nature of the parser, I thought perhaps yes. We might have to bug someone higher up...
I think cached snippets might be parsed when the chunk is retrieved with getChunk() but uncached snippets aren’t processed until the page is about to be rendered (which never happens in this case). I could also have this completely wrong.