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?
In reply to SMTP authorisation for MIME emails. by jdtoronto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |