README.txt in ar_mailer-1.3.1 vs README.txt in ar_mailer-1.3.2

- old
+ new

@@ -1,39 +1,28 @@ = ar_mailer -A two-phase delivery agent for ActionMailer +* http://seattlerb.rubyforge.org/ar_mailer +* http://rubyforge.org/projects/seattlerb +* http://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921 -Rubyforge Project: +== DESCRIPTION: -http://rubyforge.org/projects/seattlerb +ar_mailer is a two-phase delivery agent for ActionMailer. 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. -Documentation: +== SYNOPSIS: -http://seattlerb.org/ar_mailer +See ActionMailer::ARMailer for instructions on using ar_mailer. -Bugs: +See ar_sendmail -h for options to ar_sendmail. -http://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921 +An rc.d script is included in share/ar_sendmail for *BSD operating systems. -== About +== INSTALL: -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. +* gem install ar_mailer -== Installing ar_mailer - -Just install the gem: - - $ sudo gem install ar_mailer - -See ActionMailer::ARMailer for instructions on converting to ARMailer. - -See ar_sendmail -h for options to ar_sendmail. - NOTE: You may need to delete an smtp_tls.rb file if you have one lying around. ar_mailer supplies it own. - -=== ar_sendmail on FreeBSD or NetBSD - -An rc.d script is included in share/ar_sendmail.