<?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>MicroSYNC Network Blog &#187; GMail</title>
	<atom:link href="http://blog.microsync.net/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.microsync.net</link>
	<description>Technologies is changing the world, and our life...</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:18:20 +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>Send mail in ASP.NET via GMail account</title>
		<link>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/</link>
		<comments>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:19:48 +0000</pubDate>
		<dc:creator>Mr.AD</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[GMail]]></category>

		<guid isPermaLink="false">http://blog.microsync.net/?p=32</guid>
		<description><![CDATA[Good morning, In this post, I want to show a simple code that demonstrate how to send a email in ASP.NET application via a GMail account. Now, open Visual Studio 2005/2008 and create new ASP.NET project. Declare this assembly below: using System.Net; using System.Net.Mail; Use this function, modify if needed public static bool SendMail&#40;string to&#41; &#123; MailMessage mail = new MailMessage&#40;&#41;; &#160; mail.To.Add&#40;to&#41;; mail.Bcc.Add&#40;new MailAddress&#40;&#34;someone@domain.com&#34;&#41;&#41;; mail.Subject = &#34;Welcome to MicroSYNC Blog !&#34;; &#160; mail.IsBodyHtml = [...]]]></description>
		<wfw:commentRss>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
