<?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>Tech aspirant &#187; email</title>
	<atom:link href="http://www.techaspirant.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>The ultimate technology Blog &#124;&#124; My thoughts and finding in brief...arunrajr kadampanad</description>
	<lastBuildDate>Sat, 09 Apr 2011 10:25:31 +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>Probelm with sending email via smtp to google app</title>
		<link>http://www.techaspirant.com/probelm-with-sending-email-via-smtp-to-google-app/</link>
		<comments>http://www.techaspirant.com/probelm-with-sending-email-via-smtp-to-google-app/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 05:39:56 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google app]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=185</guid>
		<description><![CDATA[I am facing some problem with sending email to google app via smtp. The problem is that when i try to send email to say yourname@yourdomain.com hosted in google app. Then mail not delivering to that particular emailid. But all others in the same domain will get the email. i Don&#8217;t know what is the [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/probelm-with-sending-email-via-smtp-to-google-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Web Forgery or phishing Attack ?</title>
		<link>http://www.techaspirant.com/what-is-web-forgery-or-phishing-attack/</link>
		<comments>http://www.techaspirant.com/what-is-web-forgery-or-phishing-attack/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:28:49 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=134</guid>
		<description><![CDATA[Web Forgery (also known as “Phishing”) is a form of identity theft that occurs when a malicious Web site impersonates a legitimate one in order to trick you into giving up sensitive information such as passwords, account details, or credit card numbers. Phishing attacks usually come from email messages that attempt to lure the recipient [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/what-is-web-forgery-or-phishing-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Mail From PHP</title>
		<link>http://www.techaspirant.com/simple-mail-from-php/</link>
		<comments>http://www.techaspirant.com/simple-mail-from-php/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 06:26:48 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=49</guid>
		<description><![CDATA[Simple Email Program &#60;?php $to = &#8216;nobody@example.com&#8217;; $subject = &#8216;the subject&#8217;; $message = &#8216;hello&#8217;; $headers = &#8216;From: webmaster@example.com&#8217; . &#8220;\r\n&#8221; . &#8216;Reply-To: webmaster@example.com&#8217; . &#8220;\r\n&#8221; . &#8216;X-Mailer: PHP/&#8217; . phpversion(); mail($to, $subject, $message, $headers); ?&#62; Email With MIME Content &#60;?php // multiple recipients $to = &#8216;aidan@example.com&#8217; . &#8216;, &#8216;; // note the comma $to .= [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/simple-mail-from-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to send Emails From PHP using PHPMailer</title>
		<link>http://www.techaspirant.com/how-to-send-emails-from-php-using-php-maile/</link>
		<comments>http://www.techaspirant.com/how-to-send-emails-from-php-using-php-maile/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 09:53:43 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mailer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmailer]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[smtpmailer]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=21</guid>
		<description><![CDATA[PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. phpmailer_v21download or download it from sourceforge.net http://sourceforge.net/project/showfiles.php?group_id=26031 put these files in you website root and run the below code to send E mails. 1. class.phpmailer.php 2. class.pop3.php 3. [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-send-emails-from-php-using-php-maile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to validate Email Address Using Javascript</title>
		<link>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/</link>
		<comments>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/#comments</comments>
		<pubDate>Fri, 23 May 2008 06:21:31 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=18</guid>
		<description><![CDATA[&#60;script language=”javascript” type=”text/javascript”&#62; function checkemail(id) { var email = document.getElementById(id); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!filter.test(email.value)) { alert(&#8216;Please provide a valid email address&#8217;); email.focus; return false; } return true; } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

