binding variable in mail

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

alomari
Posts: 8
Joined: Tue May 04, 2010 8:22 am

binding variable in mail

Post by alomari »

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
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Post by lord_alan »

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:

Code: Select all

Dear [agnFIRSTNAME],
Should do the trick :-)

Al
The Way Out Is Open.
Post Reply