<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Suite26 &#187; Hints &amp; Tips</title>
	<atom:link href="http://www.26.co.uk/blog/category/hints-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.26.co.uk/blog</link>
	<description>Email Marketing, CRM &#38; Survey information and help</description>
	<lastBuildDate>Wed, 21 Jul 2010 10:57:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Always create a plain text version for your email campaign</title>
		<link>http://www.26.co.uk/blog/2010/07/always-create-a-plain-text-version-for-your-email-campaign/</link>
		<comments>http://www.26.co.uk/blog/2010/07/always-create-a-plain-text-version-for-your-email-campaign/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 10:57:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[TEXT]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=374</guid>
		<description><![CDATA[Whenever you create your HTML email campaign in Suite26 or download your own predesigned email template, always make sure you have a plain text version created as a backup.
Why create a plain text version?

Mail Client spam filters are much more likely to filter an email that does not include a plain text version as well [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever you create your HTML email campaign in Suite26 or download your own predesigned email template, always make sure you have a plain text version created as a backup.</p>
<p><strong>Why create a plain text version?</strong></p>
<ol>
<li>Mail Client spam filters are much more likely to filter an email that does not include a plain text version as well as the HTML version.</li>
<li>Some people prefer plain text and have their mail client settings configured to only display plain text. No plain text version = blank email.</li>
<li>Some mail clients and mobile devices cannot display HTML emails.</li>
</ol>
<p><strong>How it works</strong></p>
<p>When you create both an HTML version and a plain text version of an email, Suite26 will automatically send the email as one combined email. If a recipients’ email client can read HTML, they receive the HTML version, but if the recipient’s email client cannot read HTML, then they receive the plain text version and not a blank email.</p>
<p><strong>How to create your plain text version</strong></p>
<p>After you have finished putting the finishing touches to your HTML version of the email, simply highlight all the content (select All) and press copy. Then click on the Plain Text Content tab, and paste it in. This will insert all the text content in a plain text version without your graphics and using minimal formatting.</p>
<p>For more information or help with creating your plain text version, please call <strong>0845 313 0912</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2010/07/always-create-a-plain-text-version-for-your-email-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At last - Outlook 2007 will render background images</title>
		<link>http://www.26.co.uk/blog/2010/07/at-last-outlook-2007-will-render-background-images/</link>
		<comments>http://www.26.co.uk/blog/2010/07/at-last-outlook-2007-will-render-background-images/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 09:47:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=371</guid>
		<description><![CDATA[It has been bane of email marketing for designers and marketers for years, but it has just been revealed that background images can now finally display in Outlook 2007.
With a few modifications to the code, here is how to set it up:
First you have to add xmlns: v=“urn:schemas-microsoft-com:vml” to your html tag.
Secondly, within your style [...]]]></description>
			<content:encoded><![CDATA[<p>It has been bane of email marketing for designers and marketers for years, but it has just been revealed that background images can now finally display in Outlook 2007.</p>
<p>With a few modifications to the code, here is how to set it up:</p>
<p>First you have to add xmlns: v=“urn:schemas-microsoft-com:vml” to your html tag.</p>
<p>Secondly, within your style tag, add the following selector:</p>
<p>v\:* {<br />
behavior: url(#default#VML);<br />
display:inline-block;</p>
<p>Then finally, within your table cell, you must add:</p>
<p>&lt;td width="600" height="402" valign="top" bgcolor="#000000" background="images/yourimage.gif"&gt;<br />
&lt;!—[if gte mso 9]&gt;<br />
&lt;v:image id="image" style='position:absolute; height:402px; width:600px;top:0;left:0;border:0;z-index:1;' src="images/yourimage.gif"/&gt;<br />
&lt;v:shape id="text" style='position:absolute; height:402px; width:600px;top:0;left:0;border:0;z-index:2;'&gt;<br />
&lt;![endif]—&gt;<br />
&lt;p align="center" style="font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:18px;"&gt;This is the text in front of the background image.&lt;/p&gt;<br />
&lt;!—[if gte mso 9]&gt;<br />
&lt;/v:shape&gt;<br />
&lt;![endif]—&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2010/07/at-last-outlook-2007-will-render-background-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep subject lines short and simple</title>
		<link>http://www.26.co.uk/blog/2010/06/keep-subject-lines-short-and-simple/</link>
		<comments>http://www.26.co.uk/blog/2010/06/keep-subject-lines-short-and-simple/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 11:59:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[clicks]]></category>
		<category><![CDATA[deliverability]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[recipients]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=337</guid>
		<description><![CDATA[When selecting your subject lines always remember: the shorter you keep your subject lines, the more deliveries you’ll receive and the higher open rates you’ll achieve.
Before you send your next campaign, take a look at the link between the length of the subject lines from previous email campaigns and the number of unique opens and [...]]]></description>
			<content:encoded><![CDATA[<p>When selecting your subject lines always remember: the shorter you keep your subject lines, the more deliveries you’ll receive and the higher open rates you’ll achieve.</p>
<p>Before you send your next campaign, take a look at the link between the length of the subject lines from previous email campaigns and the number of unique opens and total clicks they received.</p>
<p>You should also carefully consider that subject line word choice, word order and recipient awareness are also vital factors in receiving more deliveries and opens.</p>
<p>We recommend that you stick to these points when writing your next subject lines:</p>
<p>1) Keep the subject line as short as possible<br />
2) Avoid using ‘Spammy’ words such as; Urgent, Free, Buy Now and symbols like !!, ££, **<br />
3) Only use longer subject lines when there is considerable reason to do so<br />
4) Whenever you’re unsure, always test your emails.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2010/06/keep-subject-lines-short-and-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail adding margins to images</title>
		<link>http://www.26.co.uk/blog/2010/05/gmail-adding-margins-to-images/</link>
		<comments>http://www.26.co.uk/blog/2010/05/gmail-adding-margins-to-images/#comments</comments>
		<pubDate>Thu, 13 May 2010 09:28:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[margin]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=330</guid>
		<description><![CDATA[It appears that a recent change to Gmail has automatically started adding margins around images.
Most people will not notice the change, but if you sending an email which requires to images to  be placed right next to each other you will may see a gap between them.
This can be remedied by adding a simple "display: [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that a recent change to Gmail has automatically started adding margins around images.</p>
<p>Most people will not notice the change, but if you sending an email which requires to images to  be placed right next to each other you will may see a gap between them.</p>
<p>This can be remedied by adding a simple "display: block;" to your images like so:</p>
<p><code>&lt;img src="image.png" style="display: block;" /&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2010/05/gmail-adding-margins-to-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding the Outlook junk filter</title>
		<link>http://www.26.co.uk/blog/2010/01/avoiding-the-outlook-junk-filter/</link>
		<comments>http://www.26.co.uk/blog/2010/01/avoiding-the-outlook-junk-filter/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[litmusapp]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=195</guid>
		<description><![CDATA[When creating your email campaigns you want to do everything you can to ensure that your mail reaches your recipient's inbox.  Whilst most spam filters keep tight lipped about what would cause a message to be marked as spam, Microsoft has released a short guide of things to avoid getting caught in the Outlook junk [...]]]></description>
			<content:encoded><![CDATA[<p>When creating your email campaigns you want to do everything you can to ensure that your mail reaches your recipient's inbox.  Whilst most spam filters keep tight lipped about what would cause a message to be marked as spam, Microsoft has released a short guide of things to avoid getting caught in the Outlook junk filter.</p>
<p>You'll find the guide here: <a href="http://office.microsoft.com/en-us/help/HA010450051033.aspx">http://office.microsoft.com/en-us/help/HA010450051033.aspx</a></p>
<p>Most points there are fairly obvious and would never be used by legitimate mailers, but a couple there may catch people out who use a term in a legitimate way.</p>
<p>The guide is not a complete list and there are many other factors that could still cause your email to get blocked.   It should also be noted that this guide is for the filter built into the Outlook client only.</p>
<p>Here at Suite26 we always advise you to test your email campaigns as much as possible in as many different email clients before sending.   It's easy to register a Yahoo, Hotmail and Gmail account and just send a preview message to those accounts, but we would also recommend using an email testing service such as <a href="http://litmusapp.com">LitmusApp</a> which will test your email in a number of different email clients and against lots of different spam filters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2010/01/avoiding-the-outlook-junk-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support for Gmail unsubscribe feature</title>
		<link>http://www.26.co.uk/blog/2009/08/support-for-gmails-unsubscribe-feature/</link>
		<comments>http://www.26.co.uk/blog/2009/08/support-for-gmails-unsubscribe-feature/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 09:49:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=97</guid>
		<description><![CDATA[Recently Gmail announced a new feature that allows recipients to click a 'unsubscribe from this sender' link within the Gmail interface to be removed from future mailings.   The same feature is also available to Gmail users when they use the 'Report Spam' button.
Gmail users access this link by first clicking on the 'Show Details' link [...]]]></description>
			<content:encoded><![CDATA[<p>Recently <a href="http://gmailblog.blogspot.com/2009/07/unsubscribing-made-easy.html">Gmail announced a new feature</a> that allows recipients to click a 'unsubscribe from this sender' link within the Gmail interface to be removed from future mailings.   The same feature is also available to Gmail users when they use the 'Report Spam' button.</p>
<p>Gmail users access this link by first clicking on the 'Show Details' link when they receive a message, as seen in the image below.</p>
<p><img class="alignnone" style="border: 1px solid black;" title="Gmail unsubscribe feature" src="http://www.26.co.uk/site/img/blog/gmail-feedback-loop.png" alt="" width="350" height="123" /></p>
<p>We are pleased to announce that Suite26 now supports the additional unsubscribe method the Gmail is providing.   A Gmail recipient clicking on this link will be unsubscribed from you contacts within minutes of clicking the link and you will see the unsubscribe recorded in your usual campaign reports with a reason of 'Feedback Loop'.</p>
<p>At present Gmail will only show this unsubscribe link when the email has been signed with <a href="http://www.26.co.uk/help/spam-deliverability/email-authentication">DomainKeys/DKIM</a> so that they can be sure that the email has come from a valid sender, it is therefore important for you to <a href="http://www.26.co.uk/help/how-tos/system-setup/setup-email-authentication">setup an authenticated domain</a> with Suite26.  It only takes a few minutes to setup an authenticated domain, it's totally free with Suite26 (many providers will charge you £100s to do this) and, even better, it will help your deliverability - what are you waiting for?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2009/08/support-for-gmails-unsubscribe-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do my links always show up in blue?</title>
		<link>http://www.26.co.uk/blog/2009/03/why-do-my-links-always-show-up-in-blue/</link>
		<comments>http://www.26.co.uk/blog/2009/03/why-do-my-links-always-show-up-in-blue/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=63</guid>
		<description><![CDATA[We are often asked why the links in an email campaign often show up in blue when received by a number of different email clients (ie; Outlook, Gmail, Yahoo etc).   Blue links are the default behaviour for most of these email clients but there are a couple of quick things you can do to ensure [...]]]></description>
			<content:encoded><![CDATA[<p>We are often asked why the links in an email campaign often show up in blue when received by a number of different email clients (ie; Outlook, Gmail, Yahoo etc).   Blue links are the default behaviour for most of these email clients but there are a couple of quick things you can do to ensure your links are the desired colour in the majority of them.</p>
<p>Please see our help article about <a href="http://www.26.co.uk/help/e-mail-design/changing-link-colours">changing link colours in your email</a> for full details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2009/03/why-do-my-links-always-show-up-in-blue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve deliverability with an authenticated domain</title>
		<link>http://www.26.co.uk/blog/2009/03/improve-deliverability-with-an-authenticated-domain/</link>
		<comments>http://www.26.co.uk/blog/2009/03/improve-deliverability-with-an-authenticated-domain/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 09:13:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[authenticated]]></category>
		<category><![CDATA[deliverability]]></category>
		<category><![CDATA[DKIM]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[DomainKeys]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SPF]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=60</guid>
		<description><![CDATA[By adding an authenticated domain into your Suite26 account you could improve the deliverability of your e-mail campaigns.   Sending from an authenticated domain ensures your mail is signed by DomainKeys, DKIM and validates against SPF records.   Additionally, the link tracking URLs in your campaign will use the same authenticated domain which can sometimes help when [...]]]></description>
			<content:encoded><![CDATA[<p>By adding an authenticated domain into your Suite26 account you could improve the deliverability of your e-mail campaigns.   Sending from an authenticated domain ensures your mail is signed by DomainKeys, DKIM and validates against SPF records.   Additionally, the link tracking URLs in your campaign will use the same authenticated domain which can sometimes help when it comes to getting past spam filters on your recipient's computers.</p>
<p>An authenticated domain is by no means a guaranteed way of ensuring your email does not end up in spam folder, but it can certainly help.</p>
<p>For more information please see our help article about <a href="http://www.26.co.uk/help/spam-deliverability/email-authentication">authenticated domains, DomainKeys, DKIM and SPF</a>.</p>
<p>Setting up a domain is easy and should only take a few minutes.   You will need to know how to make some DNS entries for your domain (your web host should be able to help you with this).  If your domain is already hosted with <a href="http://www.globalgold.co.uk" target="_blank">Global Gold</a> then we can make the changes for you.</p>
<p>There are no disadvantages to setting up and authenticated domain, only advantages, therefore we recommend that all users set up an authenticated domain as soon as possible.</p>
<p>Full instructions can be found in our help centre: <a href="http://www.26.co.uk/help/how-tos/system-setup/setup-email-authentication">Set up an authenticated domain for DomainKeys, DKIM, SPF and SenderID</a></p>
<p>As always, if you need any assistance please do not hesitate to <a href="http://www.26.co.uk/contact">contact us.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2009/03/improve-deliverability-with-an-authenticated-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lycos email is no more</title>
		<link>http://www.26.co.uk/blog/2009/03/lycos-email-is-no-more/</link>
		<comments>http://www.26.co.uk/blog/2009/03/lycos-email-is-no-more/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 13:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[lycos]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=58</guid>
		<description><![CDATA[On February 15th 2009 Lycos UK shut down it's email services as they had previously advised.
We would advise Suite26 users to remove (or set to Do Not Mail) any contacts from their list using the lycos.co.uk e-mail address.
]]></description>
			<content:encoded><![CDATA[<p>On February 15th 2009 Lycos UK shut down it's email services as they had previously advised.</p>
<p>We would advise Suite26 users to remove (or set to Do Not Mail) any contacts from their list using the lycos.co.uk e-mail address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2009/03/lycos-email-is-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set your preferred fields</title>
		<link>http://www.26.co.uk/blog/2009/02/set-your-preferred-fields/</link>
		<comments>http://www.26.co.uk/blog/2009/02/set-your-preferred-fields/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 08:58:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://www.26.co.uk/blog/?p=51</guid>
		<description><![CDATA[If you regulary import contacts into Suite26 you may find the list of fields on the "Match Fields" stage quite long, especially if you regularly only need to import into a couple of fields.
Suite26 now allows you to set your preferred fields which are seen on the "Match Fields" stage of the contact import.  Just [...]]]></description>
			<content:encoded><![CDATA[<p>If you regulary import contacts into Suite26 you may find the list of fields on the "Match Fields" stage quite long, especially if you regularly only need to import into a couple of fields.</p>
<p>Suite26 now allows you to set your preferred fields which are seen on the "Match Fields" stage of the contact import.  Just click on the Options tab the Import Field Preferences and choose which fields are visible to you and which are not.</p>
<p>Once you set your preferences you will only see the fields you need on the "Match Fields" stage of the contact import.   A simple toggle facility will remain on that page to allow you to easily switch between seeing your preference fields or all fields.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.26.co.uk/blog/2009/02/set-your-preferred-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
