<?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>Caged Mantis &#187; Mssql</title>
	<atom:link href="http://www.cagedmantis.com/category/mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagedmantis.com</link>
	<description>A systems engineer working on his development skills.</description>
	<lastBuildDate>Sun, 25 Jul 2010 12:40:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sending Email via MsSql</title>
		<link>http://www.cagedmantis.com/2009/01/13/sending-email-via-mssql/</link>
		<comments>http://www.cagedmantis.com/2009/01/13/sending-email-via-mssql/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:17:28 +0000</pubDate>
		<dc:creator>Carlos Amedee</dc:creator>
				<category><![CDATA[Mssql]]></category>

		<guid isPermaLink="false">http://www.cagedmantis.com/?p=40</guid>
		<description><![CDATA[Microsoft&#8217;s Sql Server always required an odd if not cumbersome configuration in order for emails to be sent by Sql Server itself. An extremely lightweight method of sending emails through mssql is using xp_smtp_sendmail. Xpsmtp adds an extended stored procedure with allows you to easily send emails from Sql Server.]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Sql Server always required an odd if not cumbersome configuration in order for emails to be sent by Sql Server itself.  An extremely lightweight method of sending emails through mssql is using <a href="http://sqldev.net/xp/xpsmtp.htm">xp_smtp_sendmail</a>. Xpsmtp adds an extended stored procedure with allows you to easily send emails from Sql Server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cagedmantis.com/2009/01/13/sending-email-via-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
