in reply to Mime::Lite and SMTP authentication?
Just for posteriority, MIME::Lite 3.031 now supports SSL directly:
MIME::Lite->send('smtp','some.host', SSL => 1, Port => 465 ); [download]