Pat Friedl
Member
I'm creating an email with a lot of [RANDOM_CONTENT] and Twig tags, and just sent myself a test. The email delivered fine, but none of the template was processed - the randomized subject and email content wasn't processed at all.
Here's a sample of the twig syntax I'm using - it looks right to me...
I saw on Zillow you've had {% if REVIEWS > 4 %}[REVIEWS] reviews{% endif %} {% if REVIEWS > 4 and SALES > 3 %} and{% endif %} {% if SALES > 3 %}[SALES] recent sales{% endif %}{% if REVIEWS < 4 and SALES < 3 %}some success{% endif %},
Is there a fix for this?
Here's a sample of the twig syntax I'm using - it looks right to me...
I saw on Zillow you've had {% if REVIEWS > 4 %}[REVIEWS] reviews{% endif %} {% if REVIEWS > 4 and SALES > 3 %} and{% endif %} {% if SALES > 3 %}[SALES] recent sales{% endif %}{% if REVIEWS < 4 and SALES < 3 %}some success{% endif %},
Is there a fix for this?
Last edited: