summaryrefslogtreecommitdiff
path: root/mail/ruby-actionmailer/DESCR
diff options
context:
space:
mode:
authorminskim <minskim>2005-04-10 02:04:54 +0000
committerminskim <minskim>2005-04-10 02:04:54 +0000
commitcb68b6c6f3b5a0f6870a21e3faa41c947188c554 (patch)
tree880479a786f9f311e058cff2d0e6acaa7bf569da /mail/ruby-actionmailer/DESCR
parent7e2724179bbfb754ecf6ba88edc6dc1f4a2637e1 (diff)
downloadpkgsrc-cb68b6c6f3b5a0f6870a21e3faa41c947188c554.tar.gz
Import ruby-actionmailer.
Action Mailer is framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcoming wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. 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).
Diffstat (limited to 'mail/ruby-actionmailer/DESCR')
-rw-r--r--mail/ruby-actionmailer/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ruby-actionmailer/DESCR b/mail/ruby-actionmailer/DESCR
new file mode 100644
index 00000000000..db2541c5ebb
--- /dev/null
+++ b/mail/ruby-actionmailer/DESCR
@@ -0,0 +1,7 @@
+Action Mailer is framework for designing email-service layers. These
+layers are used to consolidate code for sending out forgotten
+passwords, welcoming wishes on signup, invoices for billing, and any
+other use case that requires a written notification to either a person
+or another system. 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).