+1 vote

I use your very nice Email template engine.

Is there a way to use [ELSE] condition between IF and END? (e.g. [IF sunny] nice [ELSE] bad [END] in mail template)

Kind regards

by

1 Answer

0 votes
 
Best answer

Sure it's possible. The syntax looks exactly as you wanted it to be:

[if A] A [else] B [end]

Here's a good start for using emails templates.

by (297k points)
...