<?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>DAP Documentation &#187; Broadcasts</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/email/bulk-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:08:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing Autoresponder And Broadcast Emails</title>
		<link>http://www.digitalaccesspass.com/doc/testing-autoresponder-and-broadcast-emails/</link>
		<comments>http://www.digitalaccesspass.com/doc/testing-autoresponder-and-broadcast-emails/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 19:17:40 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1708</guid>
		<description><![CDATA[Here&#8217;s how you test emails in the system before making them live. Testing Autoresponder Emails Create a test DAP Product called &#8220;Test Product&#8221; Set up the email drip for this product Give yourself (or a new test user, but with a real email id that belongs to you) access to this DAP Product on the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how you test emails in the system before making them live.</p>
<h3>Testing Autoresponder Emails</h3>
<ol>
<li>Create a test DAP Product called &#8220;Test Product&#8221;</li>
<li>Set up the email drip for this product</li>
<li>Give yourself (or a new test user, but with a real email id that belongs to you) access to this DAP Product on the <strong>Users &gt; Manage</strong> page (for existing users) or <strong>Users &gt; Add</strong> page for new users</li>
<li>Run the hourly-cron manually, by going to <strong>http://YourSite.com/dap/dap-cron.php</strong> . That should send out the day 1 drip for that test user.</li>
<li>Go to <strong>Users &gt; Manage</strong> page, and back-date the Access Start Date for this test user for the test product, back by one day. So DAP now thinks he bought the product &#8220;Yesterday&#8221;.</li>
<li>Now run the cron manually again. This time, DAP will send out the day #2 drip for this user.</li>
<li>So every time, move the user&#8217;s access start date back by as many days as you want, to trigger that day&#8217;s autoresponder email. And each time run the cron manually.</li>
</ol>
<h3>Testing Broadcast Emails</h3>
<ol>
<li>Create a test DAP Product called &#8220;Test Product&#8221; (or if you have previously created one above, then use the same one)</li>
<li>Add 3-4 test users to this product</li>
<li>On the <strong>Emails &gt; Broadcast</strong> page, schedule a broadcast email to be sent to &#8220;<strong>All Users of Product &lt;&lt;Test Product&gt;</strong>&gt;&#8221;</li>
<li>Run the hourly-cron manually, by going to<strong> http://YourSite.com/dap/dap-cron.php</strong> . That should send out the broadcast to that test product.</li>
<li>Log in to the email id&#8217;s of all the test users that you added to this product, and make sure the email arrived in the inbox.</li>
</ol>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/testing-autoresponder-and-broadcast-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Characters In Emails</title>
		<link>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/</link>
		<comments>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 19:13:03 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1425</guid>
		<description><![CDATA[If you or your members are noticing strange characters in emails &#8211; especially where there should normally be a single or double quote, then these are due to what are known as &#8220;Smart Quotes&#8221;. These special characters always show up when you copy text from a WordPress blog (some themes use these characters) or a [...]]]></description>
			<content:encoded><![CDATA[<p>If you or your members are noticing strange characters in emails &#8211; especially where there should normally be a single or double quote, then these are due to what are known as &#8220;Smart Quotes&#8221;.</p>
<p>These special characters always show up when you copy text from a WordPress blog (some themes use these characters) or a Microsoft Word document.</p>
<blockquote><p>Single quote:</p>
<h2><code>'</code>(correct)</h2>
<h2><code>`</code>(incorrect)</h2>
<p>Double quote:</p>
<h2><code>"</code> (correct)</h2>
<h2><code>``</code> (incorrect)</h2>
</blockquote>
<p>The single quote that works correctly is located next to the &#8220;Enter&#8221; key.</p>
<p>The incorrect one is located next to the &#8220;1&#8243; number key.</p>
<p>So copy your email text to a text editor, like notepad. Then change all single quotes to be <strong>&#8216;</strong> and all double-quotes to be <strong>&#8220;</strong> in your emails. Then put them back into DAP, and then test.</p>
<p>The &#8220;strange characters&#8221; issue should then be resolved.</p>
<p><strong>NOTE</strong>: In a future version, we will implement an enhancement in DAP so that DAP can handle this automatically, but for now, the above solution is your only option.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Cron</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-cron/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-cron/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 22:05:28 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1356</guid>
		<description><![CDATA[The Problem Your autoresponder or broadcast emails are not going out (hourly cron job dap-cron.php) Your Affiliates aren&#8217;t being credited with sales (hourly cron job dap-cron.php) Your 1SiteAutomation/1ShoppingCart Orders are not being processed. (10-minute cron job dap-emailorder.php) The Solution One possible solution is that your cron job(s) aren&#8217;t running correctly. DAP has two cron jobs. [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>The Problem</strong></h3>
<ul>
<li>Your autoresponder or broadcast emails are not going out (hourly cron job <strong>dap-cron.php</strong>)</li>
<li>Your Affiliates aren&#8217;t being credited with sales (hourly cron job <strong>dap-cron.php</strong>)</li>
<li>Your 1SiteAutomation/1ShoppingCart Orders are not being processed. (10-minute cron job <strong>dap-emailorder.php</strong>)</li>
</ul>
<h3><strong>The Solution</strong></h3>
<p>One possible solution is that your cron job(s) aren&#8217;t running correctly.</p>
<p>DAP has two cron jobs. One that runs once an hour (dap-cron.php), and one that runs every 10 minutes (dap-emailorder.php).</p>
<p>You can see how to set them up <a href="http://www.digitalaccesspass.com/doc/setting-up-cron-jobs/" target="_blank">here</a>.</p>
<p>But in this post, we will see how to make sure your cron is actually set up correctly, or if it&#8217;s running correctly.</p>
<h3>How To Know If Cron Is Running</h3>
<ol>
<li>Go to <strong>System &gt; Logs</strong> and click on &#8220;Empty Logs&#8221;. That will fully clear out all logs.</li>
<li>Go to <strong>Setup &gt; Config &gt; Basic</strong> and set &#8220;DAP Log Level&#8221; to &#8220;5&#8243; and update row.</li>
<li>Wait for the top of the hour for the hourly cron job to run. So if the time when you&#8217;re doing this, is say 11:20 AM, then wait for 12:00 Noon. If time is 3:45 PM, then wait for 4:00 PM.</li>
<li>A few minutes past the top of the hour and go back to the <strong>System &gt; Logs</strong> screen.</li>
<li>If you see hundreds of lines of text in the logs, then that means your cron job is running correctly. If you only see maybe 10-20 lines of text, then your cron job is NOT running correctly, and you need to make sure the cron job is actually <a href="http://" target="_blank">set up correctly</a>.</li>
</ol>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-cron/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending HTML Email</title>
		<link>http://www.digitalaccesspass.com/doc/sending-html-email/</link>
		<comments>http://www.digitalaccesspass.com/doc/sending-html-email/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 09:35:03 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[HTML Email]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=752</guid>
		<description><![CDATA[Starting DAP v3.9, DAP allows you to send out HTML content in all of the following: Double-optin email body Thank-you email body Autoresponder email body, and Broadcast email body DAP can send out &#8220;Multi-part&#8221; emails &#8211; that is, emails that have both a &#8220;text&#8221; portion, and an &#8220;HTML&#8221; portion. If there are any email clients [...]]]></description>
			<content:encoded><![CDATA[<p>Starting DAP v3.9, DAP allows you to send out HTML content in all of the following:</p>
<ol>
<li>Double-optin email body</li>
<li>Thank-you email body</li>
<li>Autoresponder email body, and</li>
<li>Broadcast email body</li>
</ol>
<p>DAP can send out &#8220;Multi-part&#8221; emails &#8211; that is, emails that have both a &#8220;text&#8221; portion, and an &#8220;HTML&#8221; portion. If there are any email clients out there that cannot handle HTML email (in the year 2010, there are really no such clients, really), then the &#8220;text&#8221; portion of the same email will be shown to the recipient.</p>
<p>To send out HTML emails, it is very important that you insert the HTML Email Start Tag &#8211; <strong>[HTML_START]</strong> &#8211; into the body of your email before you insert any HTML tags.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/dap_htmlstarttag.png" rel="lightbox[752]" title="dap_htmlstarttag"><img class="alignnone size-full wp-image-753" style="border: 1px solid black;" title="dap_htmlstarttag" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/dap_htmlstarttag.png" alt="" width="685" height="447" /></a></p>
<p>The same goes for any email that you want to send out in HTML format. Just before you start your HTML tags, just be sure to insert the HTML Email Start Tag &#8211; <strong>[HTML_START]</strong>.</p>
<p>And the HTML you insert should be full-blown HTML, starting with the &lt;html&gt;&lt;body&gt;&#8230;. tags.</p>
<p>That&#8217;s it!</p>
<p><br class="spacer_" /></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/sending-html-email/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Attaching Files To Autoresponder &amp; Broadcast Emails</title>
		<link>http://www.digitalaccesspass.com/doc/attaching-files-to-autoresponder-broadcast-emails/</link>
		<comments>http://www.digitalaccesspass.com/doc/attaching-files-to-autoresponder-broadcast-emails/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 03:38:40 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=669</guid>
		<description><![CDATA[Uploading file to be attached First upload file(s) to be attached to the emails, to the folder&#8230; /dap/admin/attachments/ Attaching it to Autoresponder Emails On the Email &#62; Autoresponders page, any file(s) uploaded above, show up as in the image below. When composing a new email, just click on the &#8220;add&#8221; link next to the file [...]]]></description>
			<content:encoded><![CDATA[<h2>Uploading file to be attached</h2>
<p>First upload file(s) to be attached to the emails, to the folder&#8230;</p>
<p style="padding-left: 30px;"><strong><span style="font-size: medium;">/dap/admin/attachments/</span></strong></p>
<p><br class="spacer_" /></p>
<h2>Attaching it to Autoresponder Emails</h2>
<p>On the Email &gt; Autoresponders page, any file(s) uploaded above, show up as in the image below. When composing a new email, just click on the &#8220;add&#8221; link next to the file name to be attached to that email.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/attachments_autoresponders.png" rel="lightbox[669]" title="attachments_autoresponders"><img class="alignnone size-full wp-image-670" style="border: 1px solid black;" title="attachments_autoresponders" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/attachments_autoresponders.png" alt="" width="700" height="518" /></a></p>
<p><br class="spacer_" /></p>
<h2>Attaching it to Broadcast Emails</h2>
<p>Same deal for broadcast emails. The uploaded file shows up as follows. Click on the &#8220;add&#8221; link to add to the broadcast email to be sent.</p>
<p><a href="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/attachments_broadcasts.png" rel="lightbox[669]" title="attachments_broadcasts"><img class="alignnone size-full wp-image-671" style="border: 1px solid black;" title="attachments_broadcasts" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/attachments_broadcasts.png" alt="" width="685" height="544" /></a></p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/attaching-files-to-autoresponder-broadcast-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Email Delivery</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:21:10 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[3rd Party List Integration]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Username & Password]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=453</guid>
		<description><![CDATA[The Basics Of Sending Email Through Your Web Site DAP is not an email service (like, say, Aweber). DAP is just a script &#8211; a tool, like Microsoft Outlook or Thunderbird &#8211; that simply sends out email using your web host&#8217;s email server. It is your web host&#8217;s mail server that actually sends out the [...]]]></description>
			<content:encoded><![CDATA[<h3>The Basics Of Sending Email Through Your Web Site</h3>
<p>DAP is not an email service (like, say, Aweber).</p>
<p>DAP is just a script &#8211; a tool, like Microsoft Outlook or Thunderbird &#8211; that simply sends  out email using your web host&#8217;s email server.</p>
<p>It is your web host&#8217;s mail server that actually sends out the email to the recipient. So once DAP sends out the email, it has no control over what happens next.</p>
<p>It&#8217;s just like when you put your (regular mail) letter in the mailbox (post box). It is then up to the Postal Service to actually pick up your letter, and deliver to the destination address.</p>
<p>So if the emails that DAP sends out don&#8217;t get delivered to your recipients, there could be more than one reason for that.</p>
<h3>Welcome Emails Not Going Out</h3>
<p>See this post: <a href="http://www.digitalaccesspass.com/doc/troubleshooting-welcome-email-delivery/">Troubleshooting Welcome-Email Delivery</a></p>
<h3>Autoresponder Emails Not Going Out</h3>
<p>If yours is a new site setup, then this is usually because the hourly cron-job has not been setup.</p>
<p>However, if the emails were going out fine previously, and suddenly stopped going out, then it usually is because&#8230;</p>
<ul>
<li>Something changed on your host that caused the cron to stop working.</li>
<li>There is an error in the job queue, because of which DAP is unable to proceed with the remaining non-error emails. This could have happened if you tried to send out a broadcast to a CSV list, and there was an error in one of the emails from the CSV list.</li>
<li>You&#8217;re trying to use a third party &#8220;SMTP&#8221; server to send out the emails, and your server is unable to connect to that server because the authentication settings you&#8217;ve configured on &#8220;Email &gt; SMTP&#8221; are incorrect.</li>
</ul>
<p><strong>Steps to troubleshoot</strong></p>
<ol>
<li>Make sure that the hourly cron (dap-cron.php) is still running &#8211; you need to look at your web hosting control panel for that.</li>
<li>Go to &#8220;System &gt; Job Queue&#8221; and scroll through any items there, and see if there are any scheduled messages there with the status &#8220;Error&#8221;. If yes, then click on the &#8220;Delete Jobs In Error&#8221; link. That will delete any jobs that can&#8217;t be processed because of an error in the email id or in the import process. Also be sure to click on &#8220;Delete Successful Jobs (till yesterday)&#8221; just to clear up old, sent emails.</li>
<li>Also go to &#8220;System &gt; Logs&#8221; and empty the logs.</li>
<li>Go to &#8220;System &gt; Config&#8221; and set &#8220;DAP Log Level&#8221; to &#8220;5&#8243;. That will start logging all the details you/we may need for troubleshooting.</li>
<li>Wait for the top of the next hour and then re-visit the queue and see if emails are going out.</li>
<li>If they still aren&#8217;t going out, go back to &#8220;System &gt; Logs&#8221;, copy paste all text there, and open a new ticket with that info, of course, also giving us more details about the problem, what you have tried, etc, along with your login info for: FTP, WP Admin, DAP Admin, and Web Host Control Panel.</li>
</ol>
<h3>Server Blacklisting</h3>
<p>If your inexpensive (read as <em>cheap</em> <img src='http://www.digitalaccesspass.com/doc/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <em>shared </em>web host is hosting a large number  of sites on one server, and one of them knowingly sends out spam (or mistakenly  gets flagged for spam), that will put the email deliverability of every  web site on that server in jeopardy, because your site now shares the  same IP address as that of an &#8220;alleged&#8221; spammer.</p>
<p>So your emails get sent to junk/spam folder by Gmail and Yahoo. Or  worse, they just totally disappear into the ether.</p>
<h3>Hourly Email-Sending Limits</h3>
<p>Almost all shared hosts have hourly email sending limits. For example, <a href="http://dream-host.biz" target="_blank">DreamHost</a> has an outgoing limit of 300 emails per hour. Which means, a total of only 300 emails can be sent out per hour through any web site hosted on DreamHost. All of the following count towards the 300 limit:</p>
<ul>
<li>Emails sent by any scripts on your site &#8211; like DAP</li>
<li>Your WordPress blog notification emails</li>
<li>Your WordPress admin emails,</li>
<li>WP forgot password emails,</li>
<li>WP comment notification emails,</li>
<li>Forum notification emails,</li>
<li>Forum emails sent to each other by your users,</li>
<li>Forum-software Admin notification emails,</li>
<li>Support software user and admin notification emails</li>
<li>Tell-a-friend emails</li>
<li>Viral-inviter type emails</li>
<li>Emails sent through Outlook or Thunderbird where you have set the outgoing SMTP server to be your web site&#8217;s SMTP server</li>
<li>Emails sent by others using the same SMTP server to send out emails-  like your business partners, employees, etc</li>
<li>DAP User welcome emails, Payment notification emails, Forgot password emails, Autoresponder emails, Broadcast emails, etc</li>
</ul>
<p>So do you see how quickly you can go over that hourly limit of 300 emails per hour?</p>
<p>But here comes the worst part&#8230;</p>
<p>Once you go over that limit, any emails that are actually sent by you or the scripts running on your site, will not actually result in any kind of error. The mail server will respond by saying that the email(s) has been sent successfully, but in reality, on the backend, it quietly &#8220;snuffs out&#8221; the email. Which means, it doesn&#8217;t go anywhere &#8211; just gets sent to a &#8220;blackhole&#8221;. So you keep thinking that you sent out the email. DAP keeps thinking it has sent out the email. But in reality, the emails never actually get sent.</p>
<p>This is the same as you actually putting your letter into the mailbox at the Post Office. But then, imagine this: The postal worker who comes to pick up your mail, quietly goes to the back of the post office and dumps it all into one giant trash can, and destroys all of the mail. So you&#8217;re thinking you actually mailed out that important check to pay your utility bill. But the utility company never gets your check, and they slam you with a late fee.</p>
<h3>Possible Solutions</h3>
<p>1) DAP + Aweber (most expensive, most reliable)</p>
<p>2) DAP + 3rd party SMTP service provider (AuthSMTP.com or SMTP.com) (less expensive than Aweber, slightly less reliable too)</p>
<p>3) DAP + Good web host (cheapest option, but can have mixed results &#8211; all depends on your host).</p>
<p>You could always use DAP and external SMTP service provider  like AuthSMTP.com or SMTP.com to send out bulk mail through DAP while  totally bypassing your web host&#8217;s email system. This is probably the  next best thing to using a service like Aweber.</p>
<p>And if you can&#8217;t afford even that, then simply use DAP on a good web  host. We ourselves use just DAP and <a href="http://dream-host.biz" target="_blank">Dreamhost</a>&#8216;s email  servers to send out emails to all of our users.</p>
<p>And DAP also has  built-in job queues to schedule outgoing emails while also making sure  that you don&#8217;t exceed your web host&#8217;s hourly email sending limits  (dreamhost&#8217;s limit is 300 emails/hour, I think). We use multiple SMTP  servers from our own other web sites, all combined to be able to send a  few thousand emails per hour.</p>
<p>But even with a lot of planning, it is easy to go over the hourly limit.</p>
<p>So the next time you see in your Job Queue that emails were sent out successfully, but the recipient never received it, here are some things to check:</p>
<p>1) It landed in your recipient&#8217;s junk/spam folder. Ask them to whitelist or add your email address to their contacts list.</p>
<p>2) You have overshot the limit, so you would have to actually send out the email again.</p>
<p>3) Try to send out broadcasts during a low-traffic time &#8211; say like later in the night &#8211; when you&#8217;re not actively sending out emails, and using up precious email counts from that hourly quota.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-email-delivery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Silent Import</title>
		<link>http://www.digitalaccesspass.com/doc/silent-import/</link>
		<comments>http://www.digitalaccesspass.com/doc/silent-import/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:46:37 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=433</guid>
		<description><![CDATA[You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported. You may want to do this, say, if you wanted to import a bunch of users into DAP first, without DAP sending them any kind of emails at [...]]]></description>
			<content:encoded><![CDATA[<p>You wish to do what we call a &#8220;silent&#8221; import. Basically, you don&#8217;t want DAP to send out the instant &#8220;thanky-you&#8221; email to the users being imported.</p>
<p>You may want to do this, say, if you wanted to import a bunch of users into DAP first, without DAP sending them any kind of emails at all, do some preliminary testing, make sure their settings, product access, etc, are all correct, before notifying them of any changes.</p>
<h3>Here&#8217;s how to do a &#8220;Silent Import&#8221; with DAP</h3>
<p>1. Remove the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; from the Product into which you wish to import users. Save it in a text file for later, and save the Product.</p>
<p>2. Go ahead and do the bulk-add of users from &#8220;Users &gt; Add &gt; Bulk-Add Multiple Users To A Product&#8221;.</p>
<p>3. Wait for the DAP Hourly Cron to run and finish importing all users. Since the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; of the Product is empty at the time of import, DAP won&#8217;t send out those emails.</p>
<p>4. Once all the users have been imported, put back the &#8220;ThankYou-Email Subject&#8221; and &#8220;ThankYou-Email Body&#8221; text content, and save the Product.</p>
<p><strong>OPTIONAL</strong></p>
<p>5. At a later point, if you want, you can send out an Autoresponder email &#8211; or even better, a Broadcast email &#8211; with the merge codes for the email and password, if you want the newly imported users to get their passwords, or if you wish to notify them of anything at all (like the new system you&#8217;re using, their new account info, a general &#8220;what has changed recently&#8221; type of email, etc).</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/silent-import/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merge Tags For Email</title>
		<link>http://www.digitalaccesspass.com/doc/merge-tags-for-email/</link>
		<comments>http://www.digitalaccesspass.com/doc/merge-tags-for-email/#comments</comments>
		<pubDate>Mon, 24 May 2010 23:00:39 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=418</guid>
		<description><![CDATA[Here are the merge-tags that you can use in outgoing autoresponder and broadcast emails sent through DAP. (Click here for merge tags you can use in your WordPress blog posts/pages) %%FIRST_NAME%% This will be replaced by the first-name of the user. %%LAST_NAME%% This will be replaced by the first-name of the user. %%EMAIL_ID%% This will [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the merge-tags that you can use in outgoing autoresponder and broadcast emails sent through DAP. (<a href="http://www.digitalaccesspass.com/doc/merge-tags-in-wordpress-posts/">Click here for merge tags you can use in your WordPress blog posts/pages</a>)</p>
<p><strong>%%FIRST_NAME%%</strong></p>
<p>This will be replaced by the first-name of the user.</p>
<p><strong>%%LAST_NAME%%</strong></p>
<p>This will be replaced by the first-name of the user.</p>
<p><strong>%%EMAIL_ID%%</strong></p>
<p>This will be replaced by the email id of the user.</p>
<p><strong>%%PASSWORD%%</strong></p>
<p>This will be replaced by the password of the user.</p>
<p><strong>%%SITE_NAME%%</strong></p>
<p>This will be replaced by whatever text you have entered in &#8220;<strong>Setup &gt; Config &gt; Basic &gt; Site Name</strong>&#8221; in your DAP Dashboard.</p>
<p><strong>%%ADMIN_NAME%%</strong></p>
<p>This will be replaced by whatever text you have entered in &#8220;<strong>Setup &gt; Config &gt; Basic &gt; Admin Name</strong>&#8221; in your DAP Dashboard.</p>
<p><strong>%%ADMIN_EMAIL%%</strong></p>
<p>This will be replaced by whatever text you have entered in &#8220;<strong>Setup &gt; Config &gt; Basic &gt; Admin Email</strong>&#8221; in your DAP Dashboard.</p>
<p><strong>%%AFF_LINK%%</strong></p>
<p>This will be replaced by the actual affiliate link of the member (Eg., http://yoursite.com/dap/a/?a=1234)</p>
<p><strong>%%SITE_URL_DAP%%</strong></p>
<p>Replaced by your actual web site url (Eg., http://yoursite.com)</p>
<p><strong>%%UNSUB_LINK%%</strong></p>
<p>This is replaced by a 1-click Unsubscribe link that you can add to the bottom of your outgoing broadcast and autoresponder emails.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 183px; width: 1px; height: 1px; overflow: hidden;">
<p>This will be replaced by whatever text you have entered in &#8220;<strong>Setup &gt; Config &gt; Basic &gt; Admin Email</strong>&#8221; in your DAP Dashboard.</p>
</div>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/merge-tags-for-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DAP vs Aweber</title>
		<link>http://www.digitalaccesspass.com/doc/dap-vs-aweber/</link>
		<comments>http://www.digitalaccesspass.com/doc/dap-vs-aweber/#comments</comments>
		<pubDate>Fri, 21 May 2010 02:22:52 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[3rd Party List Integration]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=405</guid>
		<description><![CDATA[(Or&#8230; &#8220;DAP vs MailChimp&#8221;, &#8220;DAP vs. GetResponse&#8221;, &#8230;. &#8220;DAP vs 3rd-Party-List-Service&#8221;) We often get asked why use Aweber (or other third-party list service) when DAP itself is an autoresponder. So here&#8217;s a brief overview of when and why it makes sense to use DAP or Aweber. Why Aweber DAP is not an email service like [...]]]></description>
			<content:encoded><![CDATA[<h3>(Or&#8230; &#8220;DAP vs MailChimp&#8221;, &#8220;DAP vs. GetResponse&#8221;, &#8230;. &#8220;DAP vs 3rd-Party-List-Service&#8221;)</h3>
<p>We often get asked why use Aweber (or other third-party list service) when DAP itself is an autoresponder. So here&#8217;s a brief overview of when and why it makes sense to use DAP or Aweber.</p>
<h3>Why Aweber</h3>
<p>DAP is not an email service like <a href="http://www.aweber.com/?224146" target="_blank">Aweber</a>.</p>
<p>DAP is just a tool &#8211; like Outlook or Thunderbird &#8211; that simply sends out email using your web host&#8217;s email server.</p>
<p>If your inexpensive <em>shared </em>web host is hosting a large number of sites on one server, and one of them sends out spam (or mistakenly gets flagged for spam), that will put the email deliverability of every web site on that server, in jeopardy, because your site now shares the same IP address as that of an &#8220;alleged&#8221; spammer.</p>
<p>So your emails could get sent to junk/spam folder by Gmail and Yahoo. Or worse, they just totally disappear into the ether. Some customers won&#8217;t get your emails. This won&#8217;t happen with Aweber (for the most part).</p>
<p>Aweber (and other premier email service providers) have staff on hand just for this purpose. Their core business is about email deliverability. They spend a lot of time, money and resources dealing with regular ISP&#8217;s (like AOL and SBC) to make sure their lists &#8211; and their reputation &#8211; remain clean. Which is also probably why they shut down large lists without much of a warning to you, and do other similar crazy stuff.</p>
<p>I guess it works for them &#8211; and the other Aweber users, because when you send out an email through your Aweber list, it almost always gets there in your recipient&#8217;s inbox. Which is very cool. And which is why they also charge so much for their service.</p>
<p>But if you can&#8217;t afford their high fees, then you can of course use DAP&#8217;s built-in email autoresponder, whose deliverability is only as good as your host&#8217;s deliverability.</p>
<p>Of course, you could use DAP and external SMTP service provider like Fusemail.com or <a href="http://authsmtp.com" target="_blank">AuthSMTP.com</a> (which we use ourselves) to send out bulk mail through DAP while totally bypassing your web host&#8217;s email system.</p>
<p>And if you can&#8217;t afford even that, then simply use DAP on a <a href="http://www.digitalaccesspass.com/doc/dap-certified-web-hosts/" target="_blank">decent web host</a>. We ourselves use just DAP and AuthSMTP.com to send out emails to all of our users. DAP also has built-in job queues to schedule outgoing emails while also making sure that you don&#8217;t exceed your web host&#8217;s hourly email sending limits (most web hosts limit you to 300 outgoing emails/hour). We also use multiple SMTP servers from our own other lesser-used web sites, all combined to be able to send thousands of emails an hour.</p>
<p>When it comes to features, here&#8217;s what DAP does *not* have that more expensive services like Aweber and GetResponse provide.</p>
<h3>Advantage: DAP</h3>
<ul>
<li>It&#8217;s FREE! You don&#8217;t pay <em>anything</em> to send out thousands of emails and have a list with tens of thousands of members. The Autoresponder &amp; Broadcast features are built right into the core DAP software.</li>
<li>Unlimited Autoresponders</li>
<li>Unlimited emails for free (no limit on how large your list can grow &#8211; so practically free, since you&#8217;ve already paid for DAP)</li>
<li>Add same email to multiple Autoresponders (DAP special)</li>
<li>Email throttling included, so as to not exceed your web host&#8217;s hourly email sending limits</li>
<li>Ability to merge member data &#8211; like password &#8211; into emails (DAP only &#8211; you can&#8217;t do this if you use a 3rd party list service)</li>
</ul>
<h3>Advantage: Aweber and the others</h3>
<ul>
<li>Costs several hundred dollars a year (see <a title="Aweber Pricing" href="http://www.aweber.com/?224146" target="_blank">Aweber.com</a> &#8211; it could cost you about $794 a year &#8211; based on an annual fee of $194/year + another $600/year for maintaining a list size of just 5,000 subscribers)</li>
<li>Ability to track open rates and click-through rates (coming in a future version in DAP)</li>
<li>Ability to automatically send out your newly published blog posts as a broadcast (coming in a future version in DAP)</li>
<li>DAP has no &#8220;Pretty Form&#8221; generators like Aweber &amp; Getresponse (coming in a future version)</li>
</ul>
<p>So given a choice, here&#8217;s what we recommend, in the order listed below:</p>
<p>1) <strong>DAP + 3rd Party List Service like <a title="AuthSMTP.com" href="http://authsmtp.com" target="_blank">AuthSMTP.com</a></strong>: Best option that we use ourselves</p>
<p>2) <strong>DAP + Aweber</strong>: If you already have an Aweber account, then this is a great option, especially if you want advanced email analytics that DAP itself doesn&#8217;t offer (yet).</p>
<p>3) <strong>DAP + Your Web Host</strong>: Very usable and workable option as long as you are hosting with a <a title="Recommended Web Hosts" href="http://DigitalAccessPass.com/documentation/?page=/doc/dap-certified-web-hosts/" target="_blank">decent web host</a>.</p>
<p>Feel free to comment below if you have any questions.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/dap-vs-aweber/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

