Casey West > Email-Send-1.4 > Email::Send::SMTP

Download:
Email-Send-1.4.tar.gz

Dependencies

Annotate this POD (2)

CPAN RT

New  2
Open  3
Stalled  2
View Bugs
Report a bug
Module Version: 1.3   Source   Latest Release: Email-Send-2.198

NAME ^

Email::Send::SMTP - Send Messages using SMTP

SYNOPSIS ^

  use Email::Send;

  send SMTP => $message, 'smtp.example.com';

DESCRIPTION ^

This mailer for Email::Send uses Net::SMTP to send a message with an SMTP server. The first invocation of send requires an SMTP server arguments. Subsequent calls will remember the the first setting until it is reset.

Any arguments passed to send will be passed to Net::SMTP->new(), except or username and password. If these arguments are passed, they're used to invoke Net::SMTP->auth() for SASL authentication support.

SEE ALSO ^

Email::Send, Net::SMTP, Email::Address, perl.

AUTHOR ^

Casey West, <casey@geeknest.com>.

COPYRIGHT ^

  Copyright (c) 2004 Casey West.  All rights reserved.
  This module is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.