Recent Updates

  • Updated on: Jan 04, 2023

    How to Insert an Image

    Images, for example company logos, can be inserted into HTML emails. Please note, only flat file images (e.g. gif, bmp, jpeg, png) can be inserted into the body of an email. Flash movies and files cannot be used in the body of an email for the simple reason that the mail recipients' email client (Outlook, Lotus Notes etc.) does not allow such files. Emails with such files included in their body will be blocked.

  • There are three ways that this can be done:

     

    1. Use Dynamic content Block – ok for say up to 5 rules

    Add a dynamic content block to email with rules that say ‘if cardname=VISA etc’ then add the visa image to the editor

     

    2. Pass full image and path in CSV field – good for larger rules

    Add an image to the email and go to the html source, so firstly you would see this

    <img src=http://thegators.gatorMail.co.uk/Instances/lz/images/MovingTruck.jpg>

    Then instead of the image add this:

    <img src=#[Content/Person/CardImage]#>

    Now when you upload csv for contacts, if the person’s CardImage field holds the image url which in my case is http://thegators.gatorMail.co.uk/Instances/lz/images/MovingTruck.jpg then it will change for each contact

     

    3. Pass part of image and path in CSV field

    This method is same as 2) but you can just cut down the content sent in the CSV:

    <img src=http://thegators.gatorMail.co.uk/Instances/lz/images/#[Content/Person/CardImage]#.jpg>

    so if the person’s cardname field name just held MovingTruck then it would again change for each person

  • Updated on: Jan 04, 2023

    How to use Query Strings

    Within the product, it is possible to pass static, contact and campaign data to external websites for use with other systems.

    This may include the following:

    Static - Any value that would need to pass into the external site, such as the campaign name.

    Contact - Any contact information such as first name, or contact id.

    Campaign - The campaign code assigned at campaign level. This is handled automatically once set and takes the format of CC=YOURCAMPAIGNCODE within the url.

  • Updated on: Jan 04, 2023

    How to Insert Anchor Tags

    Anchor Tags are when you click on a header at the top of the email and it takes you further down the same page to the full article.

  • Updated on: Jan 04, 2023

    How to remove the underline from a link

    When you create a link it will automatically become underlined.

  • Updated on: Jan 04, 2023

    Changing the style of an article block

    This article will demonstrate how you can personalise your article blocks to meet your company's brand guidelines.

  • Sometimes when you apply a link to an image a blue border will appear.

  • Updated on: Jan 04, 2023

    Snapshot Manager Configuration Guide

    This article describes the steps required to configure snapshot manager.

  • Updated on: Jan 04, 2023

    Insert Social Media Links

    If you wish to have Social Media Links within your Email then you can use our tool to insert the icon images and by doing so the click throughs will be tracked as Social Media clicks in the results of the campaign.

  • Updated on: Jan 04, 2023

    Autotrack Links

    Any links created using the icons on the right hand side of the editor but occasionally you may have reason to insert links in another way. If you do so you will need to ensure that they are tracked so that the reporting in the results of the campaign are accurate.