in reply to Send and Receive Mail
MIME::Lite has a method called send_by_smtp, which allows you to pass parameters to the Net::SMTP object that MIME::Lite will create, but those are only the parameters will be passed to Net::SMTP->new, not the auth method we memtioned above.$smtp->auth("myuid", "mypasswd");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Send and Receive Mail
by filmo (Scribe) on Dec 15, 2002 at 00:49 UTC |