I have tried to send "happy Easter" using BulkMax and its mailmerge fields. In the destination file there is a field named 'Sesso' (=Sex) that contains only the letter "M" for male and "F" for female.
My e-mail begins in the following manner:
<IF [[Sesso]] = "M">Caro [Nome Completo]<ELSEIF [[Sesso]] = "F">Cara [Nome Completo]<ELSE>Caro/a collega</IF>,
etc.
Although the field 'Sesso' is correctly filled for all entries and the preview shows the expected mails (the filed Sesso being correctly evaluated), the program while actually sending the mails evaluates as false both conditions [[Sesso]] ="M" and [[Sesso]] ="F", so that all the mails are sent with "Caro/a collega" which follows the ELSE in the IF statement.
Can someone help me to fix the problem?
Thanks in advance.
My e-mail begins in the following manner:
<IF [[Sesso]] = "M">Caro [Nome Completo]<ELSEIF [[Sesso]] = "F">Cara [Nome Completo]<ELSE>Caro/a collega</IF>,
etc.
Although the field 'Sesso' is correctly filled for all entries and the preview shows the expected mails (the filed Sesso being correctly evaluated), the program while actually sending the mails evaluates as false both conditions [[Sesso]] ="M" and [[Sesso]] ="F", so that all the mails are sent with "Caro/a collega" which follows the ELSE in the IF statement.
Can someone help me to fix the problem?
Thanks in advance.