Commit graph

4 commits

Author SHA1 Message Date
David Brownlee
494e0e163b update Email-Send to 2.05, and DEPEND on p5-Module-Pluggable
changes since 2.0.4:
  - Removed UNIVERSAL::require use.
2006-05-05 16:57:19 +00:00
Roman Kulik
38d77d0fca Updated to version 2.04 2006-04-13 17:00:40 +00:00
Roman Kulik
892602f7ac This package depends on some modules that are still in wip, changed path to wip for these. 2006-02-24 19:49:46 +00:00
Roman Kulik
f5a69e9e33 This module provides a very simple, very clean, very specific interface to
multiple Email mailers. The goal if this software is to be small and simple,
easy to use, and easy to extend.

Mailers
Mailers are simple to use. You can pre-load mailers when using "Email::Send".

use Email::Send qw[SMTP NNTP];

If you don't preload a mailer before you use it in the "send" function, it
will by dynamically loaded. Mailers are named either relative to the
"Email::Send" namespace, or fully qualified. For example, when using the "IO"
mailer, "Email::Send" first tries to load "Email::Send::IO". If that fails, an
attempt is made to load "IO". If that final attempt fails, "Email::Send" will
throw an exception.

WWW: http://search.cpan.org/dist/Email-Send/
2005-08-29 19:58:09 +00:00