<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - How to solve this " Must issue a STARTTLS command first"]]></title>
		<link>http://railsforum.com/viewtopic.php?id=20777</link>
		<description><![CDATA[The most recent posts in How to solve this " Must issue a STARTTLS command first".]]></description>
		<lastBuildDate>Wed, 16 Nov 2011 03:37:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=146862#p146862</link>
			<description><![CDATA[<p>How to solve this</p>]]></description>
			<author><![CDATA[dummy@example.com (Castory whero)]]></author>
			<pubDate>Wed, 16 Nov 2011 03:37:49 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=146862#p146862</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=104994#p104994</link>
			<description><![CDATA[<p>I just downloaded <a href="http://github.com/ambethia/smtp-tls/tree/master">http://github.com/ambethia/smtp-tls/tree/master</a> and it went to the desktop and unzipped. Do I need to put it in a diff place? Activate anything?</p><p>I&#039;m trying to get my Eudora to recognize my gmail account and am having trouble.<br />The file I listed above does have the &quot;STARTTLS&quot; file inside... among others.</p><p>Any help would be appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (blossom)]]></author>
			<pubDate>Tue, 28 Jul 2009 19:22:42 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=104994#p104994</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=104993#p104993</link>
			<description><![CDATA[<p>I just downloaded <a href="http://github.com/ambethia/smtp-tls/tree/master">http://github.com/ambethia/smtp-tls/tree/master</a> and it went to the desktop and unzipped. Do I need to put it in a diff place? Activate anything?</p><p>I&#039;m trying to get my Eudora to recognize my gmail account and am having trouble.<br />The file I listed above does have the &quot;STARTTLS&quot; file inside... among others.</p><p>Any help would be appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (blossom)]]></author>
			<pubDate>Tue, 28 Jul 2009 19:19:55 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=104993#p104993</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=95882#p95882</link>
			<description><![CDATA[<p>You mean this solved the problem?</p><p><a href="http://github.com/ambethia/smtp-tls/tree/master">http://github.com/ambethia/smtp-tls/tree/master</a></p>]]></description>
			<author><![CDATA[dummy@example.com (angelacode)]]></author>
			<pubDate>Wed, 29 Apr 2009 05:25:18 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=95882#p95882</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=80146#p80146</link>
			<description><![CDATA[<p>@tobyhede:&nbsp; I was getting the same error as @logesh.&nbsp; I installed the smtp-tls gem and problem solved.&nbsp; Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (JasonGalvin)]]></author>
			<pubDate>Thu, 13 Nov 2008 18:00:25 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=80146#p80146</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=70145#p70145</link>
			<description><![CDATA[<p>Are you trying to send mail through a Google Account?<br />F so, Google needs to run on SSL ... a couple of people have done code to support this and a search will point you in the right direction. Or PM me, I have a lib you can use.</p>]]></description>
			<author><![CDATA[dummy@example.com (tobyhede)]]></author>
			<pubDate>Wed, 30 Jul 2008 23:30:41 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=70145#p70145</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=70077#p70077</link>
			<description><![CDATA[<p>STARTTLS is a sendmail command to initiate a secure connection. So it looks like you need to do one of those.</p><p>Maybe you could post your code, so that we can have at least some clue of what you are doing, and how we could possibly help you?</p>]]></description>
			<author><![CDATA[dummy@example.com (specious)]]></author>
			<pubDate>Wed, 30 Jul 2008 15:11:32 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=70077#p70077</guid>
		</item>
		<item>
			<title><![CDATA[How to solve this " Must issue a STARTTLS command first"]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=70031#p70031</link>
			<description><![CDATA[<p>i am new for ruby, i am trying to send email from ruby program , but i am getting one exception that is,<br />Exception occured : 530&nbsp; 5.7.0 Must issue a STARTTLS command first<br />&nbsp; I want to know how to solve this exception, give some ideas or some example programs<br />thanks in advance</p>]]></description>
			<author><![CDATA[dummy@example.com (logesh)]]></author>
			<pubDate>Wed, 30 Jul 2008 08:26:41 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=70031#p70031</guid>
		</item>
	</channel>
</rss>
