in reply to SMTP Module Supporting SSL and Authentication?
Any arguments passed to send will be passed to Net::SMTP->new(), with some exceptions. username and password, if passed, are used to invoke Net::SMTP->auth() for SASL authentication support. ssl, if set to true, turns on SSL support by using Net::SMTP::SSL.
ahhhhh - the power of perl.Cheers - L~R
|
|---|