<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Segment7: ar_mailer version 1.2.0 has been released!</title>
    <link>http://blog.segment7.net/articles/2007/06/05/ar_mailer-version-1-2-0-has-been-released</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The Blog</description>
    <item>
      <title>ar_mailer version 1.2.0 has been released!</title>
      <description>&lt;p&gt;Even delivering email to the local machine may take too long when you have to
send hundreds of messages.  ar_mailer allows you to store messages into the
database for later delivery by a separate process, ar_sendmail.&lt;/p&gt;


&lt;pre&gt;&lt;kbd&gt;sudo gem install ar_mailer&lt;/kbd&gt;&lt;/pre&gt;

	&lt;p&gt;Changes:&lt;/p&gt;


&lt;h3&gt;1.2.0&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Bugs fixed
  &lt;ul&gt;
  &lt;li&gt;Handle SMTPServerBusy by backing off @delay seconds then re-queueing
  &lt;li&gt;Allow email delivery class to be set in ARMailer.
  &lt;li&gt;ar_sendmail&amp;#8212;mailq works with&amp;#8212;table-name now.
  &lt;/ul&gt;
&lt;li&gt;Miscellaneous Updates
  &lt;li&gt;Added documentation to require &amp;#8216;action_mailer/ar_mailer&amp;#8217; in instructions.
  &lt;li&gt;Moved to &lt;span class="caps"&gt;ZSS&lt;/span&gt; p4 repository
  &lt;li&gt;Supports &lt;span class="caps"&gt;TLS&lt;/span&gt; now.  Requested by Dave Thomas. smtp_tls.rb from Kyle
    Maxwell &amp;#38; etc.
  &lt;/ul&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;a href="http://seattlerb.org/ar_mailer"&gt;http://seattlerb.org/ar_mailer&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 05 Jun 2007 15:28:52 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f933d5f7-4d15-440e-9d91-bec0769e69b2</guid>
      <author>drbrain@segment7.net (Eric Hodel)</author>
      <link>http://blog.segment7.net/articles/2007/06/05/ar_mailer-version-1-2-0-has-been-released</link>
      <category>Rails</category>
      <category>Ruby</category>
      <category>Software</category>
    </item>
    <item>
      <title>"ar_mailer version 1.2.0 has been released!" by Eric Hodel</title>
      <description>&lt;p&gt;@Anatol: How is this functionally different from the TLS code in ar_mailer 1.2.0?&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jun 2007 00:41:19 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:3cbe334a-7514-413b-8e3f-11a74666fe25</guid>
      <link>http://blog.segment7.net/articles/2007/06/05/ar_mailer-version-1-2-0-has-been-released#comment-711</link>
    </item>
    <item>
      <title>"ar_mailer version 1.2.0 has been released!" by Anatol Pomozov</title>
      <description>&lt;p&gt;Hi, Eric.&lt;/p&gt;


	&lt;p&gt;I have small improvement to your TLS code. It is better to let code define that server supports TLS or not.&lt;/p&gt;


	&lt;p&gt;And it is better to use following code
def starttls
    getok(&amp;#8216;STARTTLS&amp;#8217;) rescue return false
    return true
  end&lt;/p&gt;


	&lt;p&gt;So you no need to add extra option to configuration.&lt;/p&gt;


	&lt;p&gt;For more info see page &lt;a href="http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html" rel="nofollow"&gt;http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html&lt;/a&gt; Update #2&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jun 2007 13:19:36 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f7e9caca-4599-42cf-93ba-51e5dccfc6ea</guid>
      <link>http://blog.segment7.net/articles/2007/06/05/ar_mailer-version-1-2-0-has-been-released#comment-710</link>
    </item>
  </channel>
</rss>
