jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:
I am preparing multipart MIME messages, currently using MIME::Entity. Both MIME::Entity and MIME::Lite ultimately rely on Net::SMTP to send the email (by SMTP anyway). But neither exposes the Net::SMTP object so I cannot call the ->auth method, thus I can't authenticate on the server.
Am I missing something?
It seems to me that I need to get the body out of the Entity and send it using Net::SMTP itself, any comments on how I should approach the problem?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SMTP authentication with MIME::Entity or MIME::Lite
by imp (Priest) on Aug 23, 2006 at 19:22 UTC | |
|
Re: SMTP authentication with MIME::Entity or MIME::Lite
by jdtoronto (Prior) on Aug 23, 2006 at 20:12 UTC |