<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Email Marketing | Bulk Email Marketing | Mail Blaze</title>
<link rel="shortcut icon" href="favicon.ico" type="image/ico"/>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Keywords" content="email marketing, email marketing south africa, email marketing cape town, bulk emailing, online marketing, email reporting, email tracking, e-mail marketing, bulk e-mail, email newletters, email campaigns"/>
<meta name="Description" content="Mail Blaze specializes in email marketing services, allowing clients to create, send and track their email campaigns."/>
<meta name="Author" content="Mail Blaze"/>
<meta name="Copyright" content="2013"/>

<link rel="stylesheet" href="/assets/css/dd.css" type="text/css"/>
<link rel="stylesheet" href="/assets/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="/assets/css/blueprint/print.css" type="text/css" media="print"/>
<!--[if lt IE 8]><link rel="stylesheet" href="/assets/css/blueprint/ie.css" type="text/css" media="screen, projection"/><![endif]-->
<link rel="stylesheet" href="/assets/css/blueprint/custom.css" type="text/css" media="screen, projection"/>
<!--<link rel="stylesheet" href="/assets/css/colorbox.css" type="text/css" media="screen"/>-->
<link rel="stylesheet" href="/assets/css/tipsy.css" type="text/css" media="screen"/>

<!--[if IE 8]><link rel="stylesheet" href="/assets/css/blueprint/ie8.css" type="text/css" media="screen, projection"/><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/assets/css/blueprint/ie7.css" type="text/css" media="screen, projection"/><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/assets/css/blueprint/ie6.css" type="text/css" media="screen, projection"/><![endif]-->

<!--<script src="/assets/js/jquery-min.js" type="text/javascript"></script>-->
<script src="/assets/js/jquery-1.7.2.min.js" type="text/javascript"></script>
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>-->
<script src="/assets/js/mouseoverHover.js" type="text/javascript"></script>
<script src="/assets/js/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="/assets/js/jquery.dd.js" type="text/javascript"></script>
<script src="/assets/js/pricing-table-scroll.js" type="text/javascript"></script>
<script src="/assets/js/jquery.tipsy.js" type="text/javascript"></script>
<!--<script type="text/javascript" src="/assets/js/jquery-1.4.2.min.js"></script>-->
<script src="/assets/js/jquery.jcarousel.min.js" type="text/javascript"></script>
<!--<script src="/assets/js/cycle_plugin.js" type="text/javascript"></script>-->
<script src="/assets/js/jquery.roundabout.min.js" type="text/javascript"></script>

<!--<link rel="stylesheet" href="/skins/tango/skin.css" type="text/css" media="screen"/>-->
<!--[if lte IE 6]>
<script src="/assets/js/IE7.js" type="text/javascript"></script>
<![endif]-->


<script type="text/javascript">

// EXPAND/HIDE DESCRIPTION
$(document).ready(function(){

    $("#footer-text-container").find(".footer-text").each(function() {
        if ($(this).find("p").size() > 1) // append more/less links where applicable
        {
            $(".read-more").append('<a class="read-more-button"></a>');
            $(".read-more").append('<a class="read-less-button"></a>');
        };

        $(this).find("p").each(function(index) { // hide all but the first paragraph
            if (index > 0)
            $(this).hide();
        });
        $(".read-more").find(".read-less-button").hide();
    });

    $(".read-more-button").click(function() { // expand text when more is clicked
        $(this).hide();
        $(this).parent().parent().find("p").slideDown();
        $(this).parent().parent().find(".read-less-button").fadeIn();
    });

    $(".read-less-button").click(function() { // hide paragraphs and show read more button when less is clicked
        $(this).parent().find(".read-less-button").fadeOut();
        $(this).parent().find(".read-more-button").fadeIn();
        $(this).parent().parent().find("p:gt(0)").slideUp(function() {
            //$(this).parent().find("p:first").find(".more").fadeIn();
        });
    });

});

$(document).ready(function() {
		//This is for the top menu
		$(function() {
			// set opacity to nill on page load
			$("ul#menu span").css("opacity","0");
			// on mouse over
			$("ul#menu span").hover(function () {
				// animate opacity to full
				$(this).stop().animate({
					opacity: 1
				}, 'slow');
				var support = $(this).parent().attr("class");
				if(support != "support") {
					$("#submenu").hide();
					$("#submenu_ext").hide();
				}
			},
			// on mouse out
			function () {
				// animate opacity to nill
				$(this).stop().animate({
					opacity: 0
				}, 'slow');

				//}
			});
		});
		// Support dropdown menu

		$(".support").hover(function() {
			$(this).siblings("ul").slideDown();
			$(this).children("span").animate({
					opacity: 1
				}, 'slow');
		}, function() {
		// Mouse out event
		$(this).siblings("ul").slideDown();
		});
		// Sub menu mouse over
		$("ul#submenu").hover(function() {
			$('.support').children('span').stop().animate({
					opacity: 1
			}, 'slow');
		}, function() {
			$(this).stop().hide();
			if($.browser.msie) {
			$("ul#submenu_ext").css({'display':'none'});
				} else {
			$("ul#submenu_ext").hide();
			}
				$('.support').children('span').animate({
					opacity: 0
			}, 'slow');
		});
		// Each link hover effect
		$("ul#submenu li").hover(function() {
			var pm = $(this);
			$(this).children("a").css({'background-color':'#7EB942','color':'#ffffff'});
			if($.browser.msie) {
			$(this).children("ul").css({'display':'block'});
			} else {

			$(this).children("ul").show();
			}
		}, function() {
			$(this).children("a").css({'background-color':'#E5E2DB','color':'#686868'});
			if($.browser.msie) {
			$(this).children("ul").css({'display':'none'});
			} else {
			$(this).children("ul").hide();
			}
		});
		// Hover over submenu child

		$("ul#submenu_ext").hover(function() {

		}, function() {
		$(this).parent("ul").parent().parent().hide();
		if(!$("ul#submenu").css('display','block')) {
			$('.support').children('span').stop().animate({
					opacity: 0
				}, 'slow');
		}
		});

		$("ul#submenu_ext li a").hover(function() {
			//$(this).parent().parent("li").children("a").css({'background-color':'#7EB942','color':'#ffffff'});
			$(this).css({'background-color':'#7EB942','color':'#ffffff'});
		},function() {
		//	$(this).parent("ul").parent("li").children("a").css({'background-color':'#E5E2DB','color':'#686868'});
			$(this).css({'background-color':'#E5E2DB','color':'#686868'});
		//	$(this).parent("ul").parent().parent().hide();
		/*	if($.browser.msie) {
				$("ul#submenu_ext").css({'display':'none'});
			} else {
				$("ul#submenu_ext").hide();
			}*/
		/*	if(!$("ul#submenu").css('display','block')) {
			$('.support').children('span').stop().animate({
					opacity: 0
				}, 'slow');
		}*/
		});
		// Carousel for Clients
		$('#client_container').jcarousel({
			vertical: true,
			visible: 3,
			scroll: 3,
			auto: 2,
			animation: 2000,
			wrap: 'circular'
		});

	/*$('#testimonial_container').jcarousel({
			easing: 'swing',
			visible: 1,
			scroll: 1,
			auto: 10,
			animation: 2000,
			wrap: 'circular'
		});*/

		$(".jcarousel-prev").hide();
		$(".jcarousel-next").hide();


		$(".jcarousel-container-vertical").hover(function() {
			$(".jcarousel-prev-vertical").show();
			$(".jcarousel-next-vertical").show();
		}, function() {
			$(".jcarousel-prev-vertical").hide();
			$(".jcarousel-next-vertical").hide();
		});

		$(".jcarousel-container-horizontal").hover(function() {
			$(".jcarousel-prev-horizontal").show();
			$(".jcarousel-next-horizontal").show();
		}, function() {
			$(".jcarousel-prev-horizontal").hide();
			$(".jcarousel-next-horizontal").hide();
		});
		});

                var _gaq = _gaq || [];
                _gaq.push(['_setAccount', 'UA-518492-1']);
                _gaq.push(['_trackPageview']);
                (function() {
                  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
                })();
    </script>
</head>
<body>
    <div class="header_container">
        <div class="container">
            <div class="span-24 last">
                <div class="span-6 header_logo">
                    <a href="/"><img src="/assets/images/logo2.png" alt="home"/></a>
            	</div>
                <div class="span-18 last">
                    <div class="span-18 last header_nav_top" id="header_nav_top">
                        <div id="container_top_right_header" style="z-index:100;">
                            <a href="about">about</a>  |  <a href="blog">blog</a>  | <a href="video-support">videos</a>  |  <a href="support">contact</a>  |  <a href="http://cp.mailblaze.com/" class="signin" title="Quick Login" target="_self">login</a>
                       </div>
                    </div>
                    <div class="span-18 last mtop36" id="headNav">
                        <div class="mainNav" style="z-index:98;">
                            <ul id="menu">
                                <li><a href="/" class="home"><span style="opacity: 0;"></span></a></li>
                              <li><a href="email-marketing-features" class="features"><span style="opacity: 0;"></span></a></li>
                              <li><a href="#" class="support"><span style="opacity: 0;"></span></a>
									<ul id="submenu">
										<li><a href="support">Get Help</a></li>
										<li id="knowledge"><a href="#">Get Knowledge</a>
											<ul id="submenu_ext">
												<li><a href="http://www.mailblaze.co.za/blog/what-is-email-marketing/">What is email marketing</a></li>
												<li><a href="http://www.mailblaze.co.za/blog/building-an-email-newsletter/">Building an email newsletter</a></li>
												<li><a href="http://www.mailblaze.co.za/blog/how-to-improve-your-email-marketing-roi/">Sending emails efficiently</a></li>
												<li><a href="http://www.mailblaze.co.za/blog/bulk-email-best-practice/">Bulk email best practice</a></li>
											</ul>
										</li>
									</ul>
							  </li>

                              <li><a href="pricing" class="pricing"><span style="opacity: 0;"></span></a></li>
                              <li><a href="sign-up" class="sign_up"><span style="opacity: 0;"></span></a></li>
                          </ul>


                        </div>
                    </div>
            	</div>
            </div>
        </div>
    </div>

    <div id="dlgContainer"></div>




<!-- END -->

<!-- BODY -->
<form method="post" id="IndexForm" action="/index.php">
<script type="text/javascript" src="/assets/_core/js/jquery/jquery-1.4.1.js"></script>
<script type="text/javascript" src="/assets/_core/js/qcubed.js"></script>
<script type="text/javascript" src="/assets/_core/js/event.js"></script>
<script type="text/javascript" src="/assets/_core/js/control.js"></script>
<script type="text/javascript" src="/assets/_core/js/jquery/jquery-ui-1.7.2.custom.min.js"></script>
<style type="text/css" media="all">@import "/assets/_core/css/jquery-ui-themes-1.7.2/themes/start/ui.all.css";</style>
<div id="c23_ctl" style="position:absolute;display:none;"><div id="c23" class="video_lightbox_container" style="width:266px;height:144px;"></div></div>      
        <div class="highlight_container">
            <div class="container">
				<div class="inner_container">
                                    
                                    <!--HTML for jQuery Slider using Roundabout carousel:
                                        Add a new <span> to roundabout controls when adding new images.
                                        autoplay, pause on hover, next/previous buttons and pagination enabled
                                    -->
                                    <div id="image_slider">
                                        <!--For 3 images leave .slides(custom.css) width as 250px, for 4+ change to width to 150px -->
                                        <!--For every image added a corresponding control must be added in .roundabout-controls-->
                                        <ul class="slides">
                                          <!-- add images (inside "li's") over here--> 
                                          <li><a title="Mail Blaze Features - Report" href="/email-marketing-features"><img border="0" src="/assets/images/banner_slider/email-marketing-report.jpg" alt="Email Marketing Report" width="100%" height="auto"/></a></li>                                        
                                         <li><a title="Mail Blaze Features - list management" href="/email-marketing-features"><img border="0" src="/assets/images/banner_slider/email-marketing-list-management.jpg" alt="Mail Blaze Email List Management" width="100%" height="auto"/></a></li>
                                          <li><a title="Mail Blaze Features - message sending" href="/email-marketing-features"><img border="0" src="/assets/images/banner_slider/email-marketing-dashboard.jpg" alt="Mail Blaze Bulk Email Marketing Dashboard" width="100%" height="auto"/></a></li>
                                      </ul>
                                        <!-- pagination for Roundabout slider-->
                                        <div id="number-container">
                                            <div>                                               
                                                <div class="roundabout-controls">    
                                                    <a href="#" class="prev">&lt;&nbsp;</a>
                                                    <!-- add new controls here, first must always have .current class -->
                                                    <span class="control current">&bull;</span>
                                                    <span class="control">&bull;</span>
                                                    <span class="control">&bull;</span>
                                                    
                                                    <a href="#" class="next">&nbsp;&gt;</a> 
                                                </div>         
                                            </div>    
                                        </div>    
                                    </div>  

				<!--
				   <div id="tour_button">
					<div class="span-6">
						<div class="span-6 mtop18 highlight_row_header">
							<a  class="show-pointer-cursor">Watch the video</a>
						</div>
						<div class="span-6 highlight_row_body">
							View a short video on the benefits of Mail Blaze
						</div>
					</div>
					<div class="span-2 mtop11">
						<div class="btn_watch_video"></div>
					</div>
				   </div>
					<div class="span-1">
						<div class="highlight_sp"></div>
					</div>
					-->
					<div class="span-02 last">
						<div class="span-02 mtop18 highlight_row_header last">
							<h1 class="highlight_row">Email marketing made simple</h1>
						</div>
						<div class="span-02 highlight_row_body last">
							<h2 class="highlight_row">Effortlessly create, send and track your<br />
                                                            email campaigns.<br /></h2>
							<br/><br/><br />
							<a class="highlight_row get_started_button" href="sign-up">
							<!--	<img src="/assets/images/btn_get_started.png" alt="Sign up here" />-->
							</a>
							<div class="highlight_more">
                                                                or 
								<a class="highlight_more_link" href="pricing">
									view our pricing
								</a>
                                                                and
								<a class="highlight_more_link" href="email-marketing-features">
									features
								</a>
							</div>
						</div>                                                  
					</div>
				</div>
			</div>
        </div>

	<div class="container">    	
        <div class="span-18 mtop1">
                <div class="span-18 last home_column_content_top">
                	&nbsp;
                </div>
                <div class="span-18 last">
                    <div class="span-10">
                        <div class="span-10">
                                <h2 class="green mbottom5">Mail Blaze Offers You</h2>
                        </div>
                        <div class="span-10 last mtop11">
                            
                            <div class="span-10 last mtop5" >
                                <div class="span-1" >
                                    <img src="/assets/images/subscribers_tb.jpg" alt="Segment subscriber list" title="Segment subscriber list" />
                                </div>
                                <div class="span-9 last helpyou_list">
                                    Import, synchronise and segment your subscriber's list
                                </div>
                                <div class="span-1">
                                    <img src="/assets/images/email_tb.jpg" alt="Create campaigns" title="Create campaigns" />
                                </div>
                                <div class="span-9 last helpyou_list nowrap">
                                    Create, personalise and spam check your campaign
                                </div>
                                <div class="span-1">
                                    <img src="/assets/images/send_tb.jpg" alt="Schedule Campaigns" title="Schedule Campaigns" />
                                </div>
                                <div class="span-9 last helpyou_list nowrap">
                                    Schedule when and how you <a href="/email-marketing-features">send email</a> campaigns
                                </div>
                                <div class="span-1">
                                    <img src="/assets/images/track_tb.jpg" alt="Track campaigns" title="Track campaigns"/>
                                </div>
                                <div class="span-9 last helpyou_list">
                                    Track who opens, link clicks, forwards your campaign
                                </div>
                                <div class="span-1">
                                    <img src="/assets/images/world_tb.jpg" alt="Access anywhere" title="Access anywhere"/>
                                </div>
                                <div class="span-9 last helpyou_list">
                                    Access your campaign anywhere, anytime – it's online
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="span-1 home_column_content_middle">&nbsp;
                    </div>
                    <div class="span-7 last">
                    	<div class="span-7">
	                    	<h2 class="green">Why email marketing?</h2>
                        </div>
                        <div class="span-7 last mtop18 line-height2">
                            <img src="/assets/images/why_use.jpg" class="floating_left" alt="Why use email marketing" title="Why use email marketing" />When used effectively <a href="blog/what-is-email-marketing/">email marketing delivers</a> one of the highest Returns on Investment of any e-marketing tactic and <a href="pricing">outperforms all direct marketing</a> channels examined.
                        </div>
                        <div class="span-7 last mtop11">
	                    	<div class="find_out_more_link"><a href="why-use-email-marketing" class="arrow">find out more </a></div>
                        </div>
                    </div>
                </div>
                <div class="span-18 last content_hz_line">
                	&nbsp;
                </div>
                <div class="span-18 last mtop18">
                    <div class="span-5">
                        <div class="span-5 last">
                            <h2 class="green">Our Clients</h2>
                        </div>
                            <ul class="jcarousel-skin-tango jcarousel-container" id="client_container">
                                <li>
                                    <a href="http://www.ogilvy.com/" target="_blank"><img src="/assets/images/client_logos/ogilvy_logo.jpg" class="floating_left" alt="Click here to visit the Ogilvy website" title="Click here to visit the Ogilvy website" /></a>                            
                                </li>
                                <li>
                                    <a href="http://www.oldmutual.com/" target="_blank"><img src="/assets/images/client_logos/om_logo.jpg" class="floating_left" alt="Click here to visit the Old Mutual website" title="Click here to visit the Old Mutual website" /></a>
                                </li>
                                <li>
                                    <a href="http://www.westcon.co.za/" target="_blank"><img src="/assets/images/client_logos/westcon_logo.jpg" class="floating_left" alt="Click here to visit the Westcon website" title="Click here to visit the Westcon website" /></a>
                                </li>
                                <li>
                                    <a href="http://www.faircape.co.za/" target="_blank"><img src="/assets/images/client_logos/faircape_logo.png" class="floating_left" alt="Click here to visit the Faircape website" title="Click here to visit the Faircape website" /></a>
                                </li>
                                <li>
                                    <a href="http://www.getwine.co.za/" target="_blank"><img src="/assets/images/client_logos/getwine_logo.png" class="floating_left" alt="Click here to visit the Getwine website" title="Click here to visit the Getwine website" /></a>
                                </li> 
                                <li>
                                    <a href="http://www.outdoorwarehouse.co.za/" target="_blank"><img src="/assets/images/client_logos/ow_logo.jpg" class="floating_left" alt="Click here to visit the Outdoor Warehouse website" title="Click here to visit the Outdoor Warehouse website" /></a>
                                </li>
                                <li>
                                    <a href="http://www.sportmanswarehouse.co.za/" target="_blank"><img src="/assets/images/client_logos/sw_logo.png" class="floating_left" alt="Click here to visit the Sportmans Warehouse website" title="Click here to visit the Sportmans Warehouse website" /></a>
                                </li>      
                                <li>
                                    <a href="http://www.smsportal.co.za/" target="_blank"><img src="/assets/images/client_logos/sms_logo.png" class="floating_left" alt="Click here to visit the SMS Portal website" title="Click here to visit the SMS Portal website" /></a>
                                </li>                                     
                            </ul>						
                    </div>
                    <div class="span-1 home_column_content_middle_232">&nbsp;
                    </div>
                    <div class="span-12 last">
                        <div class="span-12 last">
                            <h2 class="green">Your Choice – Your Price</h2>
                        </div>
                        <div class="span-12 last mtop9 line-height1-8">
                            <img src="/assets/images/vault_thumb.jpg" class="floating_left" alt="What is it going to cost me" title="What is it going to cost me"/>Our <a href="pricing">email bundles</a> start from 2 500 – 100 000 emails and there are choices along the way that will influence the final cost. We offer monthly plans, which are for users that send campaigns and newsletters on a regular basis, or pay as you go plans. We also offer a managed solution, as we understand you don't necessarily have the time to put these campaigns together yourself.

                            <br /><br />We have various options available for you, so if you would like an exact idea on cost please visit our <a href="sign-up">sign up</a> form.

                        </div>
                        <div class="span-12 last mtop5">
                                    <div class="find_out_more_link"><a href="sign-up" class="arrow">Determine the cost</a><br /><br /></div>
                        </div>
                    </div>
                </div>

        </div>                
 
 <!-- <div class="span-5 last"></div> There are 6 more columns left they are inserted in the following includes file -->
       
 	<div class="span-6 last">&nbsp;</div>
 
<!-- <div class="span-5 last"></div> There are 6 more columns left they are inserted in the following includes file -->
<div class="span-6 last trial_bg">
  <div class="span-6" id="FreeSignupDiv">
    <div class="span-5 prepend-1 last top">
    </div>
    <div class="span-5 prepend-1 last mtop11" style="font-size:18px;">
        <div class="floating_left"><img src="/assets/images/branded_trans.png" alt="Back to top" title="Back to top" /></div>
        <div class="floating_left mleft10" style="line-height:18px;">Fully Branded</div>
    </div>
    <div class="span-5 prepend-1 last mtop5">
        <div class="white-hr"></div>
    </div>
    <div class="span-5 prepend-1 last" >
        <div style="width:160px;">Choose from a list of our pre-built <a href="blog/building-an-email-newsletter/">email templates</a> or let our professional designers design your email in-line with your brand & best practice principles. </div>
    </div>
    <div class="span-5 prepend-1 last bottom">
    </div>
  </div>
</div>

<div class="span-6 last">&nbsp;</div>

<div class="span-6 last trial_bg">
  <div class="span-6" id="FreeSignupDiv">
    <div class="span-5 prepend-1 last top">
    </div>
    <div class="span-5 prepend-1 last mtop11" style="font-size:18px;">
        <div class="floating_left"><img src="/assets/images/technology_trans.png" alt="Back to top" title="Back to top" /></div>
        <div class="floating_left mleft10" style="line-height:18px;">Best Technology</div>
    </div>
    <div class="span-5 prepend-1 last mtop5">
        <div class="white-hr"></div>
    </div>
    <div class="span-5 prepend-1 last" >
        <div style="width:160px;">Mail Blaze V2 makes use of the <a href="email-marketing-features">latest in email marketing technology</a>, including embedded images, file attachments and real time reporting. </div>
    </div>
    <div class="span-5 prepend-1 last bottom">
    </div>
  </div>
</div>

<div class="span-6 last">&nbsp;</div>

<div class="span-6 last trial_bg">
  <div class="span-6" id="FreeSignupDiv">
    <div class="span-5 prepend-1 last top">
    </div>
    <div class="span-5 prepend-1 last mtop11" style="font-size:18px;">
        <div class="floating_left"><img src="/assets/images/managed_trans.png" alt="Back to top" title="Back to top" /></div>
        <div class="floating_left mleft10" style="line-height:18px;">Managed Option</div>
    </div>
    <div class="span-5 prepend-1 last mtop5">
        <div class="white-hr"></div>
    </div>
    <div class="span-5 prepend-1 last" >
        <div style="width:160px;">Choose our managed solution and all your email campaigns will be created and sent by the professionals.  </div>
    </div>
    <div class="span-5 prepend-1 last bottom">
    </div>
  </div>
</div>

<div class="span-6 last"><br/></div>        
        <!--START OF FOOTER EXPANDER: Text expander at the bottom of pages-->
        <div class="span-24 last">
        	&nbsp;
        </div>
        <div class="footer-expander">
            <div class="container">
                <div class="span-24 last full_hz_line">   </div> 
                <div id="footer-text-container">
                    <div class="footer-text">
                        <h2>Email Marketing and Bulk Email Marketing in South Africa</h2>
                        <p style="display: block">There is no doubt that one of the most effective ways of engaging in digital marketing is to use <a href="http://www.mailblaze.co.za">email marketing</a>. The core benefits of this are in terms of cost, penetration and measurability. Email campaigns are very cost effective to send out and allows for very detailed and exact tracking and analytics. 
                        </p>
                        <p style="display: none;">Extremely important however is that the actual email content is engaging and interesting and of course, that the email has been sent to a user that has opted in. Key factors to making an email interesting and improving open rates are: Is the content relevant and personalized? Is the content packaged in a way that it is easy to quickly digest and click through if the reader wants more information? Is the email design attractive? 
                        </p> 
                        <p style="display: none;">At Mail Blaze, we don’t only provide the engine for sending emails and all the <a href="http://www.mailblaze.co.za/email-marketing-features">email marketing features</a>; we provide consulting, strategy and best practice guidelines for creating the best possible and most effective email marketing strategy. We are also a South African company, based in sunny Cape Town and thriving Johannesburg and are always only a phone call away should you wish to speak to someone about your email marketing campaign. 
                        </p>     
                         <p style="display: none;">Get started today and <a href="http://www.mailblaze.co.za/sign-up">sign up to email marketing</a>.  
                        </p>
                    </div>
                    <div class="read-more">

                    </div>
                </div>
            </div>
        </div>
        <!--END OF FOOTER_EXPANDER -->
        
        <div class="span-24 last full_hz_line">
        	&nbsp;
        </div>      
    </div>
<!-- Bottom Info Panel --> 

 <div class="bottom_info_container">
 	<div class="container">
    	<div class="span-24 last">
        	&nbsp;
        </div>
        <div class="span-24 last">
            <div class="span-15">
                <div class="span-15 last">
                    <h2 class="green">Popular pages</h2>
                </div>

                <div class="span-15 last mtop11">
                    <div id="popularpage_buttons_signup">
                        <div class="span-2 mtop11">
                             <a href="sign-up" class="show-pointer-cursor"><div class="btn_signup_link"></div></a>
                        </div>
                        <div class="span-3 border-grey-right mtop18">
                            <div class="span-3 row_header last">
                                <a href="sign-up" class="show-pointer-cursor">Sign Up</a>
                            </div>
                            <div class="span-3 row_body last">
                                <a href="sign-up" class="show-pointer-cursor">Sign up, or view our pricing</a>
                            </div>
                        </div>
                    </div>
                    <div id="popularpage_buttons_videos">
                        <div class="span-2 mtop11">
                            <a href="video-support" class="show-pointer-cursor"><div class="btn_videos_link"></div></a>
                        </div>
                        <div class="span-3 border-grey-right mtop18">
                            <div class="span-3 row_header last">
                                 <a href="video-support" class="show-pointer-cursor">Videos</a>
                            </div>
                            <div class="span-3 row_body last">
                                <a href="video-support" class="show-pointer-cursor">Check out our support videos</a>
                            </div>
                        </div>
                    </div>
                    <div id="popularpage_buttons_blog">
                        <div class="span-2 mtop11">
                            <a href="http://www.mailblaze.com/blog/" class="show-pointer-cursor"><div class="btn_blog_link"></div></a>
                        </div>
                        <div class="span-2 last mtop18">
                            <div class="span-2 row_header last">
                                 <a href="http://www.mailblaze.com/blog/" class="show-pointer-cursor">Blog</a>
                            </div>
                            <div class="span-2 row_body last">
                                <a href="http://www.mailblaze.com/blog/" class="show-pointer-cursor">Get more informed</a>
                            </div>
                        </div>
                    </div>

               </div>

            </div>
        <div class="span-1 last highlight_sp mtop22">
                &nbsp;
        </div>
        <div class="span-8 last">
            <div class="span-8 last">
                <div class="span-8 last">
                    <h2 class="green customer-feedback-title">Customer Feedback</h2>
                    <ul id="testimonial_container" class="jcarousel-skin-tango jcarousel-container no-carousel">
                        <li>
                          <img src="/assets/images/open_quote.jpg" class="floating_left mtop_neg_7" alt="Testimonial" title="Testimonial" />As an advertising agency we have been using Mail Blaze for over 4 years now for ourselves and for our clients. It is simple to use and easy to manage – making bulk emailing to various different lists easy and stress free. We recommend Mailblaze for anyone – advertising agency, business or individual who needs to send out more than 10 emails at a time.<img src="/assets/images/close_quote.jpg" class="" alt="Testimonial" title="Testimonial" />
                          <br /><em><strong><a href="http://www.artifact.co.za/services.html" class="gray customer-feedback-poster">Lindy Taoushiani - Artifact Advertising.</a></strong></em>
                        </li>                            
                    </ul>
                 </div>             
            </div>
        </div>
    </div>             

    <script type="text/javascript">
        var count = $("#testimonial_container li").length;
        // Carousel for testimonials
        if(count>1) {
            $('#testimonial_container').jcarousel({
                easing: 'swing',
                visible: 1,
                scroll: 1,
                auto: 10,
                animation: 2000,
                wrap: 'circular'
            });            
        }                
    </script>              
</div>
<div class="footer_container">
 	<div class="container">
   	  <div class="span-24 last mtop9">
            <div class="span-5">
                    <strong>Mail Blaze</strong><br />
              <ul>
                      <li><a href="why-use-email-marketing">Why use Mail Blaze</a></li>
                      <li><a href="email-marketing-features">Features</a></li>
                      <li><a href="pricing">Pricing</a></li>
                      <li><a href="sign-up">Sign up</a></li>
                      <li><a href="blog">Blog</a></li>
              </ul>
                 </div>
              <div class="span-5">
                            <strong>Support</strong><br />
                    <ul>
                      <li><a href="video-support">Email marketing tour</a></li>
                      <li><a href="video-support">Video training</a></li>
                                      <li><a href="blog/what-is-email-marketing/">What is email marketing?</a></li>
                                      <li><a href="blog/building-an-email-newsletter/">Building an email</a></li>
                                      <li><a href="blog/bulk-email-best-practice/">Bulk emails</a></li>
                      <li><a href="support">Contact Us</a></li>
                    </ul>
                </div>
            <div class="span-14 last">
                  <div class="span-5">
                        <strong>Already registered</strong><br />
                        <ul>
                          <li><a href="http://cp.mailblaze.com/app/index.php?/user/account/">My Account</a></li>
                          <li><a class='login_lightbox' href="http://cp.mailblaze.com/" title="Quick Login">Login</a></li>
                        </ul>
                  </div>          
                  <div class="span-4">&nbsp;</div>
                  <div class="span-5 last">
                        <div class="span-5 last">&nbsp;</div>
                        <div class="span-5 last">&nbsp;</div>              
                        <div class="span-5 last text_align_right">
                            <div class="span-4 prepend-1">
                                <a href="http://twitter.com/mailblaze"><img src="/assets/images/twitter_btn.jpg" class="floating_left" alt="Visit our twitter page" title="Visit our twitter page"/></a>
                                <a href="http://www.facebook.com/pages/Mail-Blaze/145295855504340"><img src="/assets/images/facebook_btn.jpg" class="floating_left" alt="Visit our facebook page" title="Visit our facebook page"/></a>
                                <!--<a href="#"><img src="/su_btn.jpg" class="floating_left" alt="Link us on stumble upon" title="Link us on stumble upon"/></a>-->
                            </div>
                        </div>
                  </div>
                    
            <div class="span-14 last mtop9 text_align_right">Bulk Email Marketing Software. <a href="http://www.limabean.co.za" target="_blank">Web development</a> by Lima Bean.<br /> <a href="terms">Terms</a>. <a href="privacy">Privacy Policy</a>. &copy; 2013 Mail Blaze. <a href="#">BACK TO TOP</a></div>                  
		</div>   
        </div>		     
    </div> 
</div>

</body>

</html>

<script type="text/javascript">  

        //function to run jquery roundabout slider and add pagination: requires jQuery 1.7.2 to 1.8.1 
        $(function($) {

            var $controls = $('.roundabout-controls').find('span'),
                    $carousel = $('.slides').roundabout({
                                                btnNext: ".next", 
                                                btnPrev: ".prev", 
                                                duration: 500, 
                                                tilt: 2,
                                                maxZ: 200,
                                                autoplay: false, 
                                                autoplayDuration: 4000
                                            })
                    .on('focus', 'li', function() {
                       //$('jQuery selector').css({"css property name":"css property value"});
                       var slideNum = $carousel.roundabout("getChildInFocus");
                       $controls.removeClass('current');
                       $($controls.get(slideNum)).addClass('current');
                   });
            //function for slider pagination controls       
            $controls.on('click dblclick', function() {
                    var slideNum = -1,
                    i = 0,
                    len = $controls.length;

                    for (; i<len; i++) {
                            if (this === $controls.get(i)) {
                                    slideNum = i;
                                    break;
                            }
                    }

                    if (slideNum >= 0) {
                            $controls.removeClass('current');
                            $(this).addClass('current');
                            $carousel.roundabout('animateToChild', slideNum);
                    }
            });

        });      
 </script>  


<div style="display: none;">
	<input type="hidden" name="Qform__FormState" id="Qform__FormState" value="b7a626046ed36d37e997c6790af164c5" />
	<input type="hidden" name="Qform__FormId" id="Qform__FormId" value="IndexForm" />
</div>
<input type="hidden" name="Qform__FormControl" id="Qform__FormControl" value="" /><input type="hidden" name="Qform__FormEvent" id="Qform__FormEvent" value="" /><input type="hidden" name="Qform__FormParameter" id="Qform__FormParameter" value="" /><input type="hidden" name="Qform__FormCallType" id="Qform__FormCallType" value="" /><input type="hidden" name="Qform__FormUpdates" id="Qform__FormUpdates" value="" /><input type="hidden" name="Qform__FormCheckableControls" id="Qform__FormCheckableControls" value="" />
</form><script type="text/javascript">$j(document).ready(function() { ; qc.imageAssets = "/assets/_core/images"; qc.cssAssets = "/assets/_core/css"; qc.phpAssets = "/assets/_core/php"; qc.jsAssets = "/assets/_core/js"; qc.regCA(new Array("c23")); ; });</script>