How to disable autolinking and hide blue links in iPhone/iPad

On the iPhone and iPad, you may encounter links for telephone numbers, dates/times, and addresses. You can disable/hide this by adding the following in the head tags of your message.

<meta content="telephone=no" name="format-detection">
<style type="text/css">.appleLinksWhite a {color: #ffffff !important; text-decoration: underline;}
.appleLinksBlack a {color: #000000 !important; text-decoration: none;}
</style>

Then around each blue link in your message add the following class: class="appleLinksBlack"

I have a .doc file/Microsoft Word Message can I use it?

Our system only accepts .htm,.html files and highly suggest that you create the message using our online editor.

But if you need to you can convert your Word message into a format that our system can read. To convert the message, open up Microsoft Word and load your message. Next, go to file save and save the file as Webpage Filtered.

Now, use your newly saved message to upload into our system and you're ready to go.

Link images with URL

If you want your images to be clickable by adding a URL, here is how to do it;

Inside your message where the image is, add the following tags around the image.

Like below example:

<a href="http://www.yourdomain.com/"><img src="https://login.mailclickconvert.com/images/example" alt="example" /></a>

Spin Text/Random Text

We support a spinning text feature in the body of an email marketing message only in the HTML/TEXT part

Spin Tag Syntax {SPIN=TEXTTOSPINHERE|ANOTHERWORD}  You can have multiple words to spin just by adding the | character to separate each word.

Examples below:

{SPIN=This|Here} is {SPIN=some|a {SPIN=little|wee} bit of} {SPIN=example|sample|paragraph} text.
{SPIN=Word|Cat|Dog|Horse|Pig|Coat}

Using the spinning text feature can help make your campaign more dynamic/random and might help improve delivery as well.

How to use personalization in your campaign?

The system supports personalization in both the subject line, from name and the body of the message

The format of personalization is <#columnname#> where column name is the name of the column inside your list lowercase.

Example if you had a list that had columns firstname and lastname inside your message you could enter

Hello <#firstname#> <#lastname#>
Message here

That message will show the user's firstname and lastname from your list.

Default values in personalization