Micro-site Templates
Sometimes sending an email is not enough and your campaign requires a micro-site to be built. In such a case you can either create your own microsite and personalize the links in the emails so the micro-site show personalization information, or you can built a micro-site within Mailkit.
Mailkit micro-site features gives you all the advantages of Mailkit's advanced templating features combined with the information in the mailing list. Thanks to the Mailkit micro-site feature you can easily build a micro-site to compliment you email campaign with all the personalization related to the recipient.
Setting up a micro-site
- To enable the Mailkit micro-site feature, enable the option Micro-site templates in the advanced settings of your campaign.
- Create template for your micro-site in the templates menu by creating a new file for example web.html
- Include the new template in the Mail Template File by adding the following section. You can include multiple templates in the hidden section to build a multi-page micro-site
<!-- hidden [% INCLUDE web.html -%] hidden -->
- Link your new micro-site webpage from you message body or Mail Template File by adding the tag <a href="[LINK=web]">Micro-site</a> - this will make a link with a title Micro-site linking to the content of the template named web.html. By using the same link syntax you can make links between multiple pages of your micro-site, but each page must be included in the hidden section of your Mail Template File.