Clotho Advanced Media, Inc.

CAM-EmailTemplate-SMTP

Last update: v0.91, 2005-04-22

This module alters the CAM::EmailTemplate mail delivery mechanism to use raw SMTP delivery (via Net::SMTP) instead of relying on the sendmail binary program. This module is useful for machines which are not configured to do their own mail delivery. Instead, the programmer or user specifies a mail server to use as the delivery agent.

This module most closely resembles Mail::Send with the smtp option. It has the following advantages:

* Integration of templating * Ability to manually customize the presentation of the mail headers (this is the reason why I use Net::SMTP instead of Mail::Send on the back end -- Mail::Mailer::rfc822 hardcodes too much)

and the following disadvantages:

* Only supports SMTP delivery (but see also CAM::EmailTemplate) * Doesn't offer an easy-to-understand API for building the header * Fewer mail delivery options

This module can be extended to use alternate templating syntax just like CAM::EmailTemplate. See the example in the README for that module, and just append "::SMTP" to all instances of "CAM::EmailTemplate".

License Files Date
Perl CAM-EmailTemplate-SMTP-0.91.tgz (MD5)
CAM-EmailTemplate-SMTP-0.91.zip (MD5)
CAM-EmailTemplate-SMTP-0.91-docs
Fri Apr 22 22:09:37 2005
GPL CAM-EmailTemplate-SMTP-0.90.tgz (MD5)
CAM-EmailTemplate-SMTP-0.90.zip (MD5)
CAM-EmailTemplate-SMTP-0.90.html
Tue Sep 16 15:54:34 2003
Clotho CAM-EmailTemplate-SMTP-0.90.tgz (MD5)
CAM-EmailTemplate-SMTP-0.90.zip (MD5)
CAM-EmailTemplate-SMTP-0.90.html
Tue Sep 16 15:54:34 2003

Perl License

This software is released by Clotho Advanced Media, Inc. under the same terms as Perl itself. That means that it is dual-licensed under the Artistic license and the GPL, and that you can redistribute it and/or modify it under the terms of either or both of those licenses. Copies of this license are available from Clotho or view the LICENSE file directly.

GPL License

Releases of this software are available under the General Public License, v2. Copies of this license are available from Clotho and GNU.

Clotho License

Releases of this software are available under commercial license directly from Clotho. Please contact us at info@clotho.com to purchase a license.