Hi,
You can use conditional text like this:
{if:field=value}Some Text{/if} => this will only work for default AcyMailing user fields such as name, email, language... so you could use something like {if:email=myemail@example.com}Some text for a test{/if}
If you want to test a custom field, then you have to write it differently:
field should be var.field and the value should be the dtext for the corresponding field.
{if:var.{subscriber:salutation}=Mr.}Dear Mr. some name{/if}{if:var.{subscriber:salutations}=Friend}Dear friend{/if}
It is not possible to test two different fields at the same time.
In case you need further assistance on this, I kindly request that you submit a support ticket through our website at https://www.acymailing.com/support/. Our team will be able to efficiently and effectively provide you with the assistance you need.
Please note that our ticket support is exclusively available for our customers with an active Essential or Enterprise license. If your license has expired or you are using the Starter version, we kindly invite you to renew or upgrade your license prior to opening your support ticket.