<?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; confirmation</title>
	<atom:link href="http://tinsology.net/tag/confirmation/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>
	</channel>
</rss>
