NAME

Email::Send::SMTP::Auth - Send messages using SMTP with login/password

SYNOPSIS

use Email::Send;
send SMTP::Auth => $oMessage, 'smtp.example.com', 'userid', 'password';

DESCRIPTION

This mailer for Email::Send uses Net::SMTP_auth to send a message via an SMTP server, with basic authorization. The first invocation of send requires three arguments after the message: the SMTP server name (or IP address), login account name, and password. Subsequent calls will remember these settings until/unless they are reset.

If your password is undef or empty-string, plain SMTP without authorization will be used.

SEE ALSO

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

AUTHOR

Martin Thurn, <mthurn@cpan.org>.

COPYRIGHT

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