jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:
I have a chunk of code sending email with MIME attachments. It currently uses MIME::Entity, which uses Mail::Internet which ultimately uses Net::SMTP to send the email. Unfortunately Net::SMTP doesn't handle SMTP AUTHentication, so I need to use Net::SMTP_auth. I have emailed the author to ask if he would change Mail::Internet.
I know I can hack a version of the module on my machine, but is there a 'protection' mechanism that would allow me to detect if I do something stupid in the future like loading a new, un hacked version of Mail::Internet?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SMTP authorisation for MIME emails.
by mda2 (Hermit) on Aug 22, 2006 at 14:51 UTC | |
by jdtoronto (Prior) on Aug 22, 2006 at 16:42 UTC |