Simple email handling for Dancer applications Maintained by:gblach@FreeBSD.org Port Added: 31 Dec 2010 06:29:27 Also Listed In:perl5 License: ART10 GPLv1
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/dist/Dancer-Plugin-Email/
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
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>