Technical support This forum is closed.
Version 1.x > Technical support > Newsletter - "personalize" View modes: 
User avatar
Guest
norashlea - 12/16/2006 5:43:32 AM
   
Newsletter - "personalize"
Hi,

Is it possible to personalize newsletters to display the recipient's name?

Looking at the *.htm files in ../Metadata/MailTemplates I can see that datafields have been inserted into the emails as:

{%fieldname%}

I can't find a htm file that generates a distributed newsletter so I am just taking a guess that the same tag is used. But when I insert {%subscriberfirstname%} into the newsletter's html, when it arrives it just displays this as text rather than generating the subscriber's firstname.

Have also tried including an asp label tag into the source html as:

<asp:label id="lblFirstname" runat="server" text='<%# DataBinder.Eval(Container, "DataItem.SubscriberFirstName") %>'></asp:label>

...but this just leaves a space where the name should be.

Thanks,
Sharon.

User avatar
Guest
admin - 12/18/2006 9:50:53 AM
   
Re: Newsletter - "personalize"
Hi Sharon,

unfortunately, this option is not supported in 1.9, it's supported since 2.0.

Best Regards,