<?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>ActiveCampaign Email Marketing Blog &#187; php</title>
	<atom:link href="http://www.activecampaign.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activecampaign.com/blog</link>
	<description>Email marketing blog discussing email marketing features, deliverability, new marketing ideas, and more.</description>
	<lastBuildDate>Mon, 16 Jan 2012 19:12:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>All products to include full source code&#8230;</title>
		<link>http://www.activecampaign.com/blog/all-products-to-include-full-source-code/</link>
		<comments>http://www.activecampaign.com/blog/all-products-to-include-full-source-code/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:24:10 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[unencoded]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/06/09/all-products-to-include-full-source-code/</guid>
		<description><![CDATA[Source code&#8230; Some people have no need while others live off of being able to access the source, make adjustments, and work with the product source directly. We develop software to extend your business, improve your operations, and ultimately help you succeed.  With each new update we are constantly thinking about how you could further [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_1482612.jpeg" width="320" align="left" height="219" />Source code&#8230; Some people have no need while others live off of being able to access the source, make adjustments, and work with the product source directly.</p>
<p>We develop software to extend your business, improve your operations, and ultimately help you succeed.  With each new update we are constantly thinking about how you could further utilize &amp; customize the solution to fit your specific needs.  From our central language file, Smarty template files, CSS files, and more you have been able to customize &amp; tweak our products.</p>
<p>We have a lot of changes taking place here with 1-2-All 5.0, the latest version of KB just released, and SupportTrio 3.0 in development.  As part of these new updates we are also implementing a very significant change&#8230; Including full source code with all of our products.  That means there are no more zend or ioncube requirements.  Our commitment to ensure security of our intellectual property does remain &#8211; but we have managed to come up with a solution that forms a great balance between licensing and being able to customize the product as much as you would like.  As of today all products are now available with the source included.</p>
<p>We hope you will find this change and our future changes to benefit you and if you should have any feedback at any time please let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/all-products-to-include-full-source-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: Create your own external login source</title>
		<link>http://www.activecampaign.com/blog/how-to-create-your-own-external-login-source/</link>
		<comments>http://www.activecampaign.com/blog/how-to-create-your-own-external-login-source/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 17:26:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[SupportTrio]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/03/03/how-to-create-your-own-external-login-source/</guid>
		<description><![CDATA[A while back we released a feature that allows certain ActiveCampaign products to authenticate users with an external login source. This feature is currently supported in KnowledgeBuilder 3.x and SupportTrio 2.x, and will soon be included in every ActiveCampaign product. I wanted to share how dead simple it is to get started creating a new [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.activecampaign.com/blog/2008/10/07/supporttrio-external-login-sources/">A while back</a> we released a feature that allows certain ActiveCampaign products to authenticate users with an external login source. This feature is currently supported in <strong>KnowledgeBuilder 3.x</strong> and <strong>SupportTrio 2.x</strong>, and will soon be included in <em>every</em> ActiveCampaign product.</p>
<p>I wanted to share how dead simple it is to get started creating a new login source using your own authentication system. We&#8217;ve included some of the more popular applications like Joomla, PHPBB3, and vBulletin, as default external login sources, which can be enabled at any time.<span id="more-286"></span></p>
<p>But you may have your own custom authentication system that you&#8217;d like to use. In order to do this, you&#8217;ll need familiarity with editing PHP files, as well as a programmatic understanding of how to use PHP to speak to your authentication system.</p>
<p>To get started, open up the <code>ac_global/loginsource/</code> directory contained within your KnowledgeBuilder 3.x or SupportTrio 2.x installation:</p>
<p><img src="http://support.activecampaign.com/bin/image_3783608.jpeg" /></p>
<p>You&#8217;ll see a number of individual .php files, each corresponding to a separate login source configuration. For this example, I&#8217;ve added the last file, <strong>zencart.php</strong>, as we will be creating an external login source for <a href="http://zencart.com/">Zen Cart</a>.</p>
<h2>Set up .php file</h2>
<p>Once you create the new .php file in this directory, edit the contents of the file with this:</p>
<pre>
&lt;?php

$loginident = "zencart";
$loginvars = "host,dbname,user,pass";

?&gt;</pre>
<p>Here we specify the name of our new external login source (the <code>$loginident</code> variable), as well as the settings you&#8217;d like to specify when setting up this login source (the <code>$loginvars</code> variable).</p>
<p>The <code>$loginident</code> variable will correspond with the name you see listed under the available login sources within the application:</p>
<p><img src="http://support.activecampaign.com/bin/image_6893453.jpeg" /></p>
<p>The <code>$loginvars</code> variable will correspond with the available <strong>fields</strong> that allow you to input specific information pertaining to this login source:</p>
<p><img src="http://support.activecampaign.com/bin/image_3117855.jpeg" /></p>
<p>Once you have included those two variables in the new .php file, you should be able to access the login source directly within the application:</p>
<p><img src="http://support.activecampaign.com/bin/image_8490429.jpeg" /></p>
<h2>Enable and further configure .php file</h2>
<p>Once you&#8217;ve saved your new login source settings, using the above application pages, you are ready to configure the .php file to speak to your authentication system.</p>
<p>The easiest way to set up the rest of the .php file is to copy an existing source. For example, if you open <strong>vbulletin.php</strong>, you&#8217;ll see the necessary functions that need to reside within the class:</p>
<pre>
class vBulletinLoginSource extends AC_LoginSource {
....
}</pre>
<p>Modify names to match your new login source. For example, <code>vBulletinLoginSource</code> would become <code>zencartLoginSource</code>.</p>
<p>Keep the five core functions in place:</p>
<p><img src="http://support.activecampaign.com/bin/image_7259881.jpeg" /></p>
<p>Modify these functions to extract and authenticate a given username/password combination. For more information on what each of these functions should return, please view our <a href="https://www.activecampaign.com/support/tt/index.php?article=490&amp;action=kb">detailed help documentation article</a>.</p>
<p>We can also set this up for you, if you provide us the database structure that houses your external user credentials, as well as any specific PHP authentication/validation functions.</p>
<h2>Testing out your new login source</h2>
<p>If you feel confident that you&#8217;ve modified the .php file correctly, the only thing left is to test it out!</p>
<p>Make sure you&#8217;ve <strong>enabled</strong> your new login source, set User Type to Public or Admin, and promote it to be the first login source the system tries to use for authentication:</p>
<p><img src="http://support.activecampaign.com/bin/image_6196894.jpeg" /></p>
<p>Then, log out of the application, and try logging in as a user from your external system. If everything is working, you should be able to log straight in to the application as normal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-create-your-own-external-login-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where Does Email Go When It Isn&#8217;t Delivered? Part 2</title>
		<link>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/</link>
		<comments>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:32:20 +0000</pubDate>
		<dc:creator>Tariq</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/15/assessing-sender-reputation-for-deliverability-part-2/</guid>
		<description><![CDATA[A sender&#8217;s reputation can follow not only an IP address but a brand and a sending domain.   A holistic approach is necessary when considering a sender&#8217;s reputation as no one factor alone determines what that reputation is.  Reputation can be broadly defined as the opinion of a community toward an object.  Knowing what the community [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_7932392.jpeg" alt="" width="320" height="245" align="left" />A sender&#8217;s reputation can follow not only an IP address but a brand and a sending domain.   A holistic approach is necessary when considering a sender&#8217;s reputation as no one factor alone determines what that reputation is.  Reputation can be broadly defined as the opinion of a community toward an object.  Knowing what the community looks for when determining a reputation will allow you to maximize your delivery rates.</p>
<p><span id="more-261"></span></p>
<p><strong>Spamtraps</strong></p>
<p>We first eluded to spamtraps when we discussed <a href="http://www.activecampaign.com/blog/2008/11/21/email-marketing-and-paid-subscriber-lists/">Paid Subscriber Lists</a>. A spamtrap is an email address that appears to be valid but is in fact used by ISPs to catch spammers. You will sometimes hear these referred to as &#8220;honey pots.&#8221;  Spammers use harvesting programs which scan millions of web pages looking for email addresses.  These email addresses may come from old email addresses which are recycled by ISPs in order to catch commercial emailers that use old, rented, or paid subscriber lists.  Some sites bury email addresses in their source code so that they are picked up by harvesting programs.  The company where the email originated is then alerted to any incoming emails that go to that address at which time they contact your web host and file a spam complaint.  Spam traps are bad news.   Its been reported that your delivery rate can drop as many as 20 points drop with one spam trap hit.   Spamtraps are one of many factors that ISPs look at when calculating your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a>.   Not only is your delirability affected but they can result in temporary or long term blocks.</p>
<p>Good list maintenance is necessary for avoiding spam traps.   Here are some things you will need to avoid:</p>
<ul>
<li>Poor List Sources -  This includes avoiding paid subscriber lists as mentioned previously</li>
<li>List Poisoning &#8211; Using confirmation Opt-In mailings will reduce the chances that you will receive invalid email addresses</li>
<li>List Aging -  Because spam traps are often used by recycling old email addresses use bounce management to remove any old email addresses and also remove any inactive addresses from your list.</li>
</ul>
<p><strong>Sender Authentication</strong></p>
<p>This is used to prevent domain forgery and spoofing and provides a framework for helping ISPs to distinguish between legitimate email senders and spammers.  ISPs Identifying and verifying a claimed domain name has been authenticated or authorized for sending from a MTA makes it possible to treat suspected forgeries with suspician,  reject known forgeries, and block email addresses from known spamming domains.</p>
<ul>
<li><a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=387">Sender Policy Framework (SPF)</a> &#8211; a record that allows you to determine which computers can send emails on behalf of your domain.  <span>Adding an <a href="http://www.activecampaign.com/email-marketing/spf/">SPF record</a> to your domain name&#8217;s TXT entry, while not required, can help improve email delivery rates by reducing the chance that the emails you send will be seen as spam.  It can also help prevent others from sending spam and using your domain name.  This is used by Bellsouth, AOL, Gmail, and MSN/Hotmail.</span></li>
<li><span><a href="http://www.activecampaign.com/email-marketing/sender-id/">Sender ID</a> &#8211; is very similar to <a href="http://www.activecampaign.com/email-marketing/spf/">SPF record</a> except this extends the verification process to include the purported responsible address included in the header.  Used by MSN/Hotmail</span></li>
<li><span>Domain Keys &#8211; an authentication standard that is designed to verify the DNS domain of email sender and the message integrity.  All outgoing emails are digitally signed with a private encryption key to match a public key that is published in the sender&#8217;s DNS record.   Used by Gmail, Yahoo, SBCGlobal, British Telecom, Rogers Cable, Rocket Mail, etc.</span></li>
<li><span><a href="http://www.activecampaign.com/email-marketing/dkim/">DKIM</a> &#8211; an enhanced authentication standard that allows a person to verify that a message comes from the domain that it claims that it came from. </span></li>
</ul>
<p><strong>Getting Technical </strong></p>
<p>Your system admin should be able to assist you with ensuring that the following technical configurations are in line as they can improve or harm your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a>.</p>
<ul>
<li>IP Address &#8211; because email originates from this address you need to establish a low history of spam complaints, spamtrap hits, and low bounce rates in order to have a positive reputation that will affect your long term deliverability.   If you wish to qualify for whitelists, <a href="http://www.activecampaign.com/email-marketing/feedback-loops/">feedback loops</a>, and reputation services, your IP address must have low spam complaints, unsubscription management, and proper setup for the domain associated with it.</li>
<li>Sending Domain or Subdomain &#8211; Domain registration and domain age are two factors for establishing a positive reputation.  Newly registered domains are regarded with suspicion as spammers often hop from domain to domain.  If a sending domain has a bad online reputation it will result in low deliverability rates.</li>
<li>RFC Compliance &#8211; these are information documents used as governing standards for internet traffic.   <a href="http://tools.ietf.org/html/rfc2821">RFC 2821: Simple Mail Transfer Protocol</a> and RFC 282: Internet Message Formatare relate to email reputation.</li>
<li>Reverse DNS &#8211; used to identify the domain name associated with an IP address.  The IP address is the only data that can not be forged and not having this enabled is in violation of RFC standards and a requirement for many ISPs.  If this is not enabled or is configured improperly you must immediately contact your server admin.</li>
<li>Bounce Management &#8211; An email address is considered dead and should be removed from your list if it bounces 3 consecutive times or if the time between the most recent consecutive delivery rejection is in excess of 15 days.</li>
</ul>
<p><strong>Where to Go From Here<br />
</strong></p>
<p>The final way to improve your deliverability is to get certified or accredited by a reputable organization.   There are three different types of ways to get yourself certified!  The first gets your emails automatically whitelisted or delivered to ISPs and companies that are working with the relevent program.  Another audits your email practices so that you can display a seal of approval next to your sign up form.   Another allows you to display an icon next to your email in your inbox that indicates that your email passed a quality test.  We will focus on whitelisting programs here:</p>
<ul>
<li><a href="http://www.goodmailsystems.com/">Goodmail Systems</a> -  ISPs supporting this program ensure delivery with a &#8220;certified&#8221; icon attached.  This accreditation is supported by Yahoo and AOL.</li>
<li><a href="http://www.senderscorecertified.com/">Sender Score Certified</a> &#8211; Acceptance in this program puts you on the whitelist that includes 240 email address as well as MSN/Hotmail and Roadrunner.</li>
<li>Habeas &#8211; requires business processes and email practices.   Their safelist is support by many email receivers including AOL, Earthlink, Google, and MSN</li>
<li><a href="http://www.surety.com/">SuretyMail</a> &#8211; While not technically a whitelist a large number of ISPs, spam filters, and mail servers take this accreditation into account when making delivery decisions.  Senders with this accreditation will see improved delivery.</li>
</ul>
<p>If you are concerned about whether you have already been <a href="http://www.activecampaign.com/email-marketing/blacklists/">blacklisted</a> you can go <a href="http://www.isipp.com/blacklists.php">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where Does Email Go When It Isn&#8217;t Delivered? Part 1</title>
		<link>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-1/</link>
		<comments>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-1/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 08:52:52 +0000</pubDate>
		<dc:creator>Tariq</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[12all]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Subject Line]]></category>
		<category><![CDATA[Subscribers]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/15/assessing-sender-reputation-for-deliverability-part-1/</guid>
		<description><![CDATA[While all ISPs score a sender&#8217;s reputation by giving different weight to various factors you can be assured that all major ISPs are using some type of equation to determine your reputation.   How they calculate your sender reputation score determines whether your mailing is received in the inbox, the junk mail folder, or even [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_7237136.jpeg" alt="" width="320" height="245" align="left" />While all ISPs score a sender&#8217;s reputation by giving different weight to various factors you can be assured that all major ISPs are using some type of equation to determine your reputation.   How they calculate your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a> score determines whether your mailing is received in the inbox, the junk mail folder, or even delivered at all.</p>
<p><span id="more-260"></span></p>
<p><strong>Email Filters</strong></p>
<p>Its important to familiarize yourself with the following individual filtering methods.  In the past ISPs would block emails based solely on one of these filters but as weaknesses in this approach became inherent they can no longer rely on any one method.  Each of the following filtering methods play a role in your ISPs&#8217; delivery decision:</p>
<ul>
<li>Content Filtering &#8211; Uses the email subject line and the body content to come up with a spam count score.  One of the most popular spam filtering packages is SpamAssassin which is used in <a href="http://www.activecampaign.com/12all/addon.php?addon=emailcheck">EmailCheck</a>.</li>
<li>List Quality Filtering &#8211; A lot of spam lists particularly paid subscriber lists contain a lot of bogus email which results in high bounce rates.   ISPs use this to detect which lists contain bounces that exceed a certain quantity and then disallow all emails from this IP address or sending domain.</li>
<li>Volume Filtering &#8211; Because spammers send bulk emails without regard to accuracy or volume this checks the number of simultaneous connections that are opened (known as threads) at any one time with your ISP.  The server may then reject all messages based on the number of open connections.  1-2-All Email Marketing uses a single thread sending method.</li>
<li>IP Address Filtering &#8211; When an IP address is added to this filtering list the process is known as &#8220;blacklisting.&#8221;   Once <a href="http://www.activecampaign.com/email-marketing/blacklists/">blacklisted</a> all emails from a particular IP address are disallowed.</li>
<li> Domain and URL Filtering &#8211; Checks the email domain used to send a mailing as well as any URLs included in the message.</li>
</ul>
<p><strong>Legal Compliance</strong></p>
<p>You need to be aware of regional laws aimed at curbing spam.   In order to ensure that your mailings are permission based it is good policy to ensure that an opt-in mechanism is in place before you begin email marketing. <a href="http://en.wikipedia.org/wiki/Can_Spam_Act"></a></p>
<p><a href="http://en.wikipedia.org/wiki/Can_Spam_Act">Can Spam Act<br />
</a></p>
<ul>
<li>ensure that all mailings contain a functional unsubscribe mechanism</li>
<li>all unsubscribe requests must be honored within 10 days</li>
<li>commercial mailings must include the physical location of the sender</li>
<li>criminal charges for fraudulent sender or deceptive subject lines</li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/Directive_on_Privacy_and_Electronic_Communications">European Union E-Privacy Directive</a></p>
<p><a href="http://en.wikipedia.org/wiki/Personal_Information_Protection_and_Electronic_Documents_Act">Canada PIPEDA </a></p>
<p><a href="http://en.wikipedia.org/wiki/Spam_Act_2003">Australia Spam Act of 2003</a></p>
<p><strong>Whitelisting and <a href="http://www.activecampaign.com/email-marketing/feedback-loops/">Feedback Loops</a><br />
</strong></p>
<p>Some ISPs provide whitelisting and compaint <a href="http://www.activecampaign.com/email-marketing/feedback-loops/">feedback loops</a> as methods for improving deliverability.  Those that do typically require senders to have explicit opt in permissions for subscribers.</p>
<ul>
<li>Whitelists -The opposite of a <a href="http://www.activecampaign.com/email-marketing/blacklists/">blacklist</a> where the ISP receives requests from legitimate companies to be added to a list of pre-authorized e-mail addresses from which mailings can be delivered regardless of spam filters</li>
<li><a href="http://www.activecampaign.com/email-marketing/feedback-loops/">Feedback Loops</a> &#8211; A reporting mechanism whereby an ISP provides the sender with data including unsubscribes and spam complaints.</li>
</ul>
<p><strong>Spam Complaints</strong></p>
<p>Most people have seen a &#8220;Report Spam&#8221; button on their email client.   When this is clicked on a spam complaint is logged at the ISP level or it is also relayed back to the sender if they are a part of a <a href="http://www.activecampaign.com/email-marketing/feedback-loops/">feedback loop</a>.  If you receive too many spam complaints then you will damage your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a>.   A good way to <a href="http://www.activecampaign.com/blog/2008/11/06/how-to-reduce-spam-complaints/">reduce your spam complaints</a> is to ensure that all of your subscribers are opt-in.</p>
<p>Spam complaints do not track the reason why recipients make a spam complaint.   It is possible that even if subscribers opt-in to your list they may forget they are subscribed or no longer find your mailing relevant.  If you receive a high number of spam complaints on a list where your subscribers have opt-in to then this is usually a good indicator that your mailings are either irrelevant or sent to frequently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Spanish Language Files For Knowledge Management</title>
		<link>http://www.activecampaign.com/blog/new-spanish-language-files-for-knowledgebuilder/</link>
		<comments>http://www.activecampaign.com/blog/new-spanish-language-files-for-knowledgebuilder/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 18:52:33 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[knowledge management]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/23/new-spanish-language-files-for-knowledgebuilder/</guid>
		<description><![CDATA[We are now including a set of Spanish language files for Knowledge Management.   A special thanks to Ramon for contributing this. You can get the language files by downloading the latest version of Knowledge Management. Let us know if you have any questions!]]></description>
			<content:encoded><![CDATA[<p></p><p>We are now including a set of Spanish language files for <a href="http://www.activecampaign.com/knowledge-management/">Knowledge Management</a>.   A special thanks to <a href="http://www.activecampaign.com/support/forum/showthread.php?t=2679">Ramon</a> for contributing this.</p>
<p>You can get the language files by downloading the latest version of Knowledge Management.</p>
<p>Let us know if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/new-spanish-language-files-for-knowledgebuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &amp; Updated Login Connections</title>
		<link>http://www.activecampaign.com/blog/new-updated-login-connections/</link>
		<comments>http://www.activecampaign.com/blog/new-updated-login-connections/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:21:33 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[external login]]></category>
		<category><![CDATA[help desk]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[knowledge management]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/22/new-updated-login-connections/</guid>
		<description><![CDATA[Help Desk &#38; Knowledge Management both support external login connections. This means that you can easily integrate Help Desk and/or Knowledge Management with pretty much any external database/login system! Here is our updated list of login connections that we now have available: LDAP / ActiveDirectory Joomla PHPBB3 SimpleMachines Forum vBulletin Any other external ActiveCampaign product [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.activecampaign.com/help-desk-software/">Help Desk</a> &amp; <a href="http://www.activecampaign.com/knowledge-management/">Knowledge Management</a> both support external login connections. This means that you can easily integrate Help Desk and/or Knowledge Management with pretty much any external database/login system!</p>
<p>Here is our updated list of login connections that we now have available:</p>
<ul>
<li> LDAP / ActiveDirectory</li>
<li>Joomla</li>
<li>PHPBB3</li>
<li>SimpleMachines Forum</li>
<li>vBulletin</li>
<li>Any other external ActiveCampaign product</li>
</ul>
<p>If	you need any assistance with creating your own custom login connection file <a href="http://www.activecampaign.com/contact">just let us know!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/new-updated-login-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Free Email Templates For Download</title>
		<link>http://www.activecampaign.com/blog/new-free-email-templates-for-download-2/</link>
		<comments>http://www.activecampaign.com/blog/new-free-email-templates-for-download-2/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:56:45 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email templates]]></category>
		<category><![CDATA[free email templates]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/21/new-free-email-templates-for-download-2/</guid>
		<description><![CDATA[We just released a couple of new &#38; free email templates that you can download.  The download includes the HTML/Images along with the Email Marketing importer file.  With the Email Marketing import file you can import the template and images all with a single click! Click Here To Download The Free Email Templates]]></description>
			<content:encoded><![CDATA[<p></p><p>We just released a couple of new &amp; free email templates that you can download.  The download includes the HTML/Images along with the Email Marketing importer file.  With the Email Marketing import file you can import the template and images all with a single click!</p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_1161146.gif" border="1" alt="" width="615" height="425" /></p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_9490096.gif" border="1" alt="" width="615" height="425" /></p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_3055463.gif" border="1" alt="" width="615" height="425" /></p>
<p><strong><a href="https://www.activecampaign.com/templates/email_free.php">Click Here To Download The Free Email Templates </a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/new-free-email-templates-for-download-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to avoid high bounce rates&#8230;</title>
		<link>http://www.activecampaign.com/blog/how-to-avoid-high-bounce-rates/</link>
		<comments>http://www.activecampaign.com/blog/how-to-avoid-high-bounce-rates/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 18:00:58 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[12all]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[Subscribers]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/21/how-to-avoid-high-bounce-rates/</guid>
		<description><![CDATA[In general you can expect about 10% of your mailings are going to be reported as bounces. If your bounce rates are considerably higher than this then there are a few things you may want to look at. It could be that your mail server is rejecting mailings from being sent due to the content in your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In general you can expect about 10% of your mailings are going to be reported as bounces. If your bounce rates are considerably higher than this then there are a few things you may want to look at. It could be that your mail server is rejecting mailings from being sent due to the content in your messages or you have been <a href="http://www.activecampaign.com/email-marketing/blacklists/">blacklisted</a>. Another explanation for why your <a href="http://www.activecampaign.com/email-marketing/deliverability/">email delivery</a> failure may be high is that the mail server you are using is either temporarily down or it is unreachable. High bounce rates impact your campaign not only because the sender’s reputation suffers but the delivery rate to valid email addresses is slowed. For this reason it is very important to keep your subscriber lists clean.</p>
<p>Bounces generally fall into one of two categories, hard bounces and soft bounces. What is typically referred to as a hard bounce is a mailing that was returned by a recipient mail server. This could be because the address is either invalid or the domain name doesn’t exist or is not recognized.</p>
<p>Examples of hard bounces which are defined by bounce codes in <a href="http://www.activecampaign.com/email-marketing/">Email Marketing</a> include:</p>
<p>5.0.0 &#8211; Hard &#8211; Address does not exist<br />
5.1.1 &#8211; Hard &#8211; Bad destination mailbox address<br />
5.1.6 &#8211; Hard &#8211; Mailbox has moved<br />
5.1.7 &#8211; Hard &#8211; Bad sender&#8217;s mailbox address syntax<br />
5.1.8 – Hard &#8211; Bad sender&#8217;s system address<br />
5.3.2 Hard System not accepting network messages<br />
5.2.3 Hard Message length exceeds administrative limit</p>
<p>In general a soft bounce is returned because of a temporary problem having to do with the email address or the recipient’s email server. For example, even if the email address you are sending to is valid the message could still bounce if the recipient’s mailbox is full.</p>
<p>Examples of soft bounces which are defined by bounce codes in Email Marketing include:</p>
<p>5.2.0 Soft Other or undefined mailbox status<br />
5.3.1 Soft Mail system full<br />
5.5.3 Soft Too many recipients</p>
<p>You can reduce the number of bounces in your lists by including unsubscription links in your mailings, you can have Email Marketing add an unsubscribe link to your mailings automatically or through a personalization tag. Another thing you can do is add an update profile link to your mailing, Email Marketing includes an update your profile personalization tag which you can also easily insert into your mailing. Another way to decrease bounces is to have addresses removed through setting up bounce management. In Email Marketing you can set up a cron job, cron_bounce.php that will cycle through your list and remove hard and soft bounces after a set number of times. Unless you set up this cron job you will need to manually run the bounce check until Email Marketing cycles through all your mailings and removes addresses after they bounce a set number of times. Bounces will not show up in statistics unless bounce management is set up using a POP account for bounces and if no bounce management is selected all bounces will be sent to the From sender’s address.</p>
<p>Another good idea is to include custom fields for phone or address so that you can use the phone or mail to update the address of those subscribers that bounce. Follow this link for more <a href="http://www.activecampaign.com/email-marketing/articles">email marketing tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-avoid-high-bounce-rates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shared Reports With ActiveCampaign Survey Software</title>
		<link>http://www.activecampaign.com/blog/shared-reports-with-isalient/</link>
		<comments>http://www.activecampaign.com/blog/shared-reports-with-isalient/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:02:39 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Survey Response]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/15/shared-reports-with-isalient/</guid>
		<description><![CDATA[Now you can share reports from Survey Software without requiring an admin user to login through the admin panel. When you login to Survey Software and go to Reports you will notice a new link at the bottom left for Shared Reports. There you will see your list of shared reports. A dropdown will allow [...]]]></description>
			<content:encoded><![CDATA[<p></p><p align="center"><a href="http://list.activecampaign.com/acp/lt/t_go.php?i=currentmesg&amp;e=subscriberid&amp;l=-http--www.activecampaign.com/isalient"><img src="http://support.activecampaign.com/bin/image_4137071.gif" border="1" alt="" width="520" height="225" /></a></p>
<p><strong>Now you can share reports from <a href="http://www.activecampaign.com/survey-software/">Survey</a> Software without requiring an admin user to login through the admin panel.</strong> When you login to Survey Software and go to Reports you will notice a new link at the bottom left for Shared Reports. There you will see your list of shared reports. A dropdown will allow you to select and name the report you wish to share. The types of reports that you can share are survey responses, survey respondents, and individual responses. You can generate a link and send it via an email or embed it in an iframe. This is useful because it allows you to share reports with clients without having to add them as a user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/shared-reports-with-isalient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Desk &amp; External Login Sources</title>
		<link>http://www.activecampaign.com/blog/supporttrio-external-login-sources/</link>
		<comments>http://www.activecampaign.com/blog/supporttrio-external-login-sources/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:03:26 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[SupportTrio]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/07/supporttrio-external-login-sources/</guid>
		<description><![CDATA[Help Desk now supports external login sources for both public and admin sections. We included LDAP and vbulletin integration by default. Login sources allow you to connect to external systems, such as vBulletin, LDAP, or virtually any other external source to authenticate your users. You can configure your login sources by clicking its menu option [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><a href="http://www.activecampaign.com/help-desk-software/">Help Desk</a> now supports external login sources for both public and admin sections. </strong>We included LDAP and vbulletin integration by default. Login sources allow you to connect to external systems, such as vBulletin, LDAP, or virtually any other external source to authenticate your users.</p>
<p>You can configure your login sources by clicking its menu option under the Users menu. First, you choose which login sources are enabled by editing each one you want to use and checking its enabled status. Any login source considered to be enabled will be used to authenticate users. Once you do so, if you have more than one enabled, you can move it up or down the list by clicking the &#8220;up&#8221; or &#8220;down&#8221; links respectively on the list screen. The login source at the top represents the first source we&#8217;ll try to authenticate a user; the bottom one the last. We try each source until all of them report that they don&#8217;t know a user before we state that this user doesn&#8217;t exist.</p>
<p>Before you use a login source, you&#8217;ll need to edit each one to input the connection information, such as its database location.</p>
<p>For people adding new connections: The best way to get into creating connections is to look at an already-existing one that closely matches what you want to do. If your authentication system is another MySQL database, for example, then you might want to check out the vBulletin connection file. For more details on creating your own connection file <strong><a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=490">click here for our documentation</a></strong> or <a href="http://www.activecampaign.com/contact/">contact support</a>.</p>
<p>We will be adding a long list of external login source connection files for a number of products. If you have a specific product you are looking to integrate with &#8211; contact support and we can assist with creating an external login source connection file.</p>
<p><strong>UPDATE:</strong> We have just added <a href="http://www.activecampaign.com/blog/email-marketing-with-joomla/">Joomla</a> and PHPBB3 as <a href="http://www.activecampaign.com/blog/how-to-create-your-own-external-login-source/">external login sources</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/supporttrio-external-login-sources/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

