<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sending email from Gmail with MS SQL Server 2005</title>
	<atom:link href="http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/</link>
	<description>Developer &#38; designer.  Americano drinker, tennis player. Goal: be simple, passionate &#38; resourceful.</description>
	<lastBuildDate>Mon, 12 Dec 2011 03:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bhaskar</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-6766</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Fri, 11 Nov 2011 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-6766</guid>
		<description>Hi,

I need to send the attachment which is generated by the scheduler. Is there any method to send?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to send the attachment which is generated by the scheduler. Is there any method to send?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimsainnum</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-5303</link>
		<dc:creator>pimsainnum</dc:creator>
		<pubDate>Thu, 09 Jun 2011 04:18:41 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-5303</guid>
		<description>I had error:
Message
The mail could not be send tho the recipients because of the mail server failure. (Sending Mail using Account 2 xxxx), Exception Message: Could not connect to mail server. *A connection attempt fail because the connected party did not property respond after  a period of time, or established connection failed because connection host has failed to respond 74.125.235.149:587Z)l</description>
		<content:encoded><![CDATA[<p>I had error:<br />
Message<br />
The mail could not be send tho the recipients because of the mail server failure. (Sending Mail using Account 2 xxxx), Exception Message: Could not connect to mail server. *A connection attempt fail because the connected party did not property respond after  a period of time, or established connection failed because connection host has failed to respond 74.125.235.149:587Z)l</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irina</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-2473</link>
		<dc:creator>Irina</dc:creator>
		<pubDate>Mon, 13 Sep 2010 18:05:05 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-2473</guid>
		<description>To Ian:  
Have you found  resolution for a timeout problem?
I am trying to set up 2008 Database mail with Gmail account and experiencing the same .</description>
		<content:encoded><![CDATA[<p>To Ian:<br />
Have you found  resolution for a timeout problem?<br />
I am trying to set up 2008 Database mail with Gmail account and experiencing the same .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pehlebhiayatha</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-2439</link>
		<dc:creator>Pehlebhiayatha</dc:creator>
		<pubDate>Sun, 29 Aug 2010 20:19:09 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-2439</guid>
		<description>Thanks for sharing this....Great step by step instructions.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this&#8230;.Great step by step instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuraj</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-2336</link>
		<dc:creator>Anuraj</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:57:12 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-2336</guid>
		<description>Thanks, Very use full post with clear idea..It working Fine.</description>
		<content:encoded><![CDATA[<p>Thanks, Very use full post with clear idea..It working Fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-1871</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:56:43 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-1871</guid>
		<description>I have used port 465 and 587... 587 is for using TLS encryption when connecting to gmail&#039;s SMTP server. As far as I know SQL sever 2005 and 2008 do not include or allow TLS encryption when connecting to SMTP server. Port 465 worked perfectly for me in Outlook 2003 for sending emails but not via database mail using SQL server 2008. Event log in database mail shows &quot;The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2010-04-08T09:41:14). Exception Message: Cannot send mails to mail server. (The operation has timed out.). )&quot;. Anyone have any insight on this?</description>
		<content:encoded><![CDATA[<p>I have used port 465 and 587&#8230; 587 is for using TLS encryption when connecting to gmail&#8217;s SMTP server. As far as I know SQL sever 2005 and 2008 do not include or allow TLS encryption when connecting to SMTP server. Port 465 worked perfectly for me in Outlook 2003 for sending emails but not via database mail using SQL server 2008. Event log in database mail shows &#8220;The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2010-04-08T09:41:14). Exception Message: Cannot send mails to mail server. (The operation has timed out.). )&#8221;. Anyone have any insight on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goutam</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-667</link>
		<dc:creator>goutam</dc:creator>
		<pubDate>Mon, 16 Jun 2008 08:59:22 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-667</guid>
		<description>&lt;p&gt;Thankes ,Please Send If u have more information about this topic.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thankes ,Please Send If u have more information about this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://ottoradke.com/2007/11/06/sending-email-from-gmail-with-ms-sql-server-2005/comment-page-1/#comment-668</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Mon, 16 Jun 2008 08:59:22 +0000</pubDate>
		<guid isPermaLink="false">/sending-email-from-gmail-with-ms-sql-server-2005/#comment-668</guid>
		<description>&lt;p&gt;I get error 5.5.1 Authentication RequiredI&#039;ve checked SSL with user and password, but it doesn&#039;t work.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I get error 5.5.1 Authentication RequiredI&#8217;ve checked SSL with user and password, but it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

