diff options
author | wen <wen@FreeBSD.org> | 2010-12-31 14:29:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-31 14:29:08 +0800 |
commit | 4ee73128570ed8453678688263f907cdc6d432f9 (patch) | |
tree | 9f6d19c43aa455ed06c2a268a88cbd251119ff9a /mail/Makefile | |
parent | ec380c934af296a60590a1c964fcc58b2010de0f (diff) | |
download | freebsd-ports-gnome-4ee73128570ed8453678688263f907cdc6d432f9.tar.gz freebsd-ports-gnome-4ee73128570ed8453678688263f907cdc6d432f9.tar.zst freebsd-ports-gnome-4ee73128570ed8453678688263f907cdc6d432f9.zip |
Dancer::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define
how you wish to send the email in your application's YAML
configuration file, then call the email keyword passing the
necessary parameters.
WWW: http://search.cpan.org/~ironcamel/Dancer-Plugin-Email/
PR: ports/153545
Submitted by: Grzegorz Blach <magik@roorback.net>
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 ce720adb6641..18f3d02eaae6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -332,6 +332,7 @@ SUBDIR += p3scan SUBDIR += p5-CGP-CLI SUBDIR += p5-Clamd + SUBDIR += p5-Dancer-Plugin-Email SUBDIR += p5-Data-Validate-Email SUBDIR += p5-Email-Abstract SUBDIR += p5-Email-Address |