Hi,
I have created a template for an email. and it contains the following:
DEAR $USERNAME
and i have imported csv file that contains firstnames and emails
how can i bind my variable ($USERNAME) to the values loaded from CSV.
Thanks
binding variable in mail
Moderator: moderator
You need to use the AGN tags, not your own variables. The Manual has an excellent explanation of creating and using the templating system.
For your specific question:
Should do the trick 
Al
For your specific question:
Code: Select all
Dear [agnFIRSTNAME],

Al
The Way Out Is Open.