<?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>Tinsology &#187; email</title>
	<atom:link href="http://tinsology.net/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Fri, 27 Aug 2010 08:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Confirmation Emails</title>
		<link>http://tinsology.net/2010/02/php-confirmation-emails/</link>
		<comments>http://tinsology.net/2010/02/php-confirmation-emails/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:56:17 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[confirmation]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=1026</guid>
		<description><![CDATA[If you are implementing your own user management system you may want to ensure that emails associated with users' accounts are valid. The most straightforward way of doing this is to send an email to this account and verify that the user received it. Obviously we don't want to do this manually so the solution is to write a script that automates the process. 
 
High Level Concept 
What we will need to do is: 
<ol> 
<li>Generate a confirmation code for our users are registration time</li> 
<li>Store that code and track which users are not yet confirmed</li> 
<li>Send an email</li></ol> <a href="http://tinsology.net/2010/02/php-confirmation-emails/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/01/intercepting-email-with-php/' rel='bookmark' title='Permanent Link: Intercepting Email with PHP'>Intercepting Email with PHP</a></li>
<li><a href='http://tinsology.net/2009/07/metadata/' rel='bookmark' title='Permanent Link: Metadata'>Metadata</a></li>
<li><a href='http://tinsology.net/2009/04/accessing-email-through-imap-using-php/' rel='bookmark' title='Permanent Link: Accessing Email through IMAP using PHP'>Accessing Email through IMAP using PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2010/02/php-confirmation-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Not Reply</title>
		<link>http://tinsology.net/2009/12/do-not-reply/</link>
		<comments>http://tinsology.net/2009/12/do-not-reply/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 03:06:16 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[My Thoughts and Rants]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=856</guid>
		<description><![CDATA[Anyone who has ever had an email account is probably very familiar with the "Do not reply" email. They can take the form of notifications from your bank, reminders to pay a bill, a newsletter, or just plain spam. Generally the read a little something like: 
 
Please do not reply to this email. This mailbox is not monitored and you will not 
receive a response. 
 
Usually this is followed by some instructions to follow if you have a question or concern. I imagine at some point in the history of automated emailers someone decided that they did not <a href="http://tinsology.net/2009/12/do-not-reply/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2010/02/php-confirmation-emails/' rel='bookmark' title='Permanent Link: PHP Confirmation Emails'>PHP Confirmation Emails</a></li>
<li><a href='http://tinsology.net/2009/01/intercepting-email-with-php/' rel='bookmark' title='Permanent Link: Intercepting Email with PHP'>Intercepting Email with PHP</a></li>
<li><a href='http://tinsology.net/2009/01/artificial-intelligence/' rel='bookmark' title='Permanent Link: Artificial Intelligence'>Artificial Intelligence</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/12/do-not-reply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Email through IMAP using PHP</title>
		<link>http://tinsology.net/2009/04/accessing-email-through-imap-using-php/</link>
		<comments>http://tinsology.net/2009/04/accessing-email-through-imap-using-php/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:24:41 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IMAP]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=355</guid>
		<description><![CDATA[Previously I wrote about <a title="Intercepting Email with PHP" href="http://tinsology.net/2009/01/intercepting-email-with-php/" target="_self">Intercepting Email with PHP</a> and so far, that has been the most popular post on this blog. That being the case, I decided to write about how you can use PHP's IMAP functions to access email. <a href="http://tinsology.net/2009/04/accessing-email-through-imap-using-php/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/04/php-imap-notes/' rel='bookmark' title='Permanent Link: PHP IMAP Notes'>PHP IMAP Notes</a></li>
<li><a href='http://tinsology.net/2009/01/intercepting-email-with-php/' rel='bookmark' title='Permanent Link: Intercepting Email with PHP'>Intercepting Email with PHP</a></li>
<li><a href='http://tinsology.net/2009/04/php-exception-handling/' rel='bookmark' title='Permanent Link: PHP Exception Handling'>PHP Exception Handling</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/04/accessing-email-through-imap-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Intercepting Email with PHP</title>
		<link>http://tinsology.net/2009/01/intercepting-email-with-php/</link>
		<comments>http://tinsology.net/2009/01/intercepting-email-with-php/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 08:21:18 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=95</guid>
		<description><![CDATA[<p>One of the most frequent questions I'm asked, or I see asked on forums is "how do I send out an email using PHP?" The answer to that is fairly simple and well documented. It more or less involves the use of a single function <a href="http://us2.php.net/function.mail">mail()</a>.</p>
<p>Something a bit more complicated and, I think, more interesting is how you can intercept an incoming email.</p> <a href="http://tinsology.net/2009/01/intercepting-email-with-php/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/04/accessing-email-through-imap-using-php/' rel='bookmark' title='Permanent Link: Accessing Email through IMAP using PHP'>Accessing Email through IMAP using PHP</a></li>
<li><a href='http://tinsology.net/2009/03/consolidating-error-pages-with-htaccess/' rel='bookmark' title='Permanent Link: Consolidating Error Pages with .htaccess'>Consolidating Error Pages with .htaccess</a></li>
<li><a href='http://tinsology.net/2010/02/php-confirmation-emails/' rel='bookmark' title='Permanent Link: PHP Confirmation Emails'>PHP Confirmation Emails</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/01/intercepting-email-with-php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
