diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:00:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:00:55 +0000 |
commit | 83a42a071cd8b18b60cae983b4b773f220787c5d (patch) | |
tree | 56cdf29967178a1dca38ef72b3740640d6e5e205 /mail/Makefile | |
parent | Action Pack (diff) |
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.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index fa3f044bdc37..1cda2304ec44 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -445,6 +445,7 @@ SUBDIR += ruby-rfilter SUBDIR += ruby-rmail SUBDIR += ruby-tmail + SUBDIR += rubygem-actionmailer SUBDIR += sccmilter SUBDIR += scmail SUBDIR += sendmail |