Merge from vendor branch TNF:
authortaca <taca>
Sun, 12 Sep 2010 04:20:55 +0000 (04:20 +0000)
committertaca <taca>
Sun, 12 Sep 2010 04:20:55 +0000 (04:20 +0000)
commit96da7a3ec5c8c2e2fc564dc4749d353a5ba1a68f
tree982f744e54a3ab260078a92b82f13f39ae1cc647
parent201c03b5b7084c97065349c8e13da10f7e4d9e21
parent27003d4888877cfc07a80b3a3295709d0c96deaa
Merge from vendor branch TNF:
Importing mail/ruby-actionmailer3 3.0.0.

Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem.  It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

(This is part of Ruby on Rails 3.)