Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I am in the early stages of developing a mail system for an enterprise website that is build on EPiServer.
The system requires that certain content will be customized per user depending on their member profile.
At the moment i need to ascertain is using EPiServer mail is a viable option. From examples i have seen, it provides a certain amount of cuistomization attributes for properties like first name, email etc. I need to determine how EPiServer mail will hold up when blocks of HTML as inserted as properties in the email?
So for example i will need to generate a mail order something like below:
----maildata----
<html>
Hi §a§ §b§!<br>
<br>
Here is the content of the <i>email or Newsletter</i>.
<br>
Article 1
<br/>
§c§
</html>
----endofmaildata----
----htmladdr----
emailA@example.com;Andrew;Anderson;<p><h1>My Customised article</h1></p><p>The body of my customised article</p>
----endofhtmladdr----
I greatly appreciate any help/opinions on this.
Thanks,
Jon