Pages: 1
RSS
different reply templates according to the subject ?
 
Hello

Is it possible to have different reply templates according to the subject of an email ?

ex:
if subject = contact -> use template 1 as reply
if subject = support -> use template 2...

How can I do that ?

Thank you
 
Almost yes.
You can't use different reply templates, since reply templates are triggered by the address book, the folder or the account.
However you can use an almost empty reply template with the macro:
%If:"%OSubj"="condition":"%QInclude(template1)":"%QInclude(template2)"%-
With template1 and template2 (names may vary) being Quick Templates with the contents of a reply template.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
It works :)
Thank you
Pages: 1