Sha256: c3919349733b3308bc05da31f14b7c31e7a0fa20b08e0ceb3d680853a3ff7b2e
Contents?: true
Size: 863 Bytes
Versions: 4
Compression:
Stored size: 863 Bytes
Contents
= ar_mailer A two-phase delivery agent for ActionMailer Rubyforge Project: http://rubyforge.org/projects/seattlerb Documentation: http://seattlerb.org/ar_mailer Bugs: http://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921 == About 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. == 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.
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
adzap-ar_mailer-1.4.0 | README.txt |
adzap-ar_mailer-1.4.1 | README.txt |
aussiegeek-ar_sendmail_delayed-1.3.2 | README.txt |
ar_mailer-1.3.1 | README.txt |