in reply to Using MIME::Lite with TLS

The above code I obtained via google search :-)

Why stop? TLS with MIME::Lite

# hack MIME::Lite to support TLS Authentication *MIME::Lite::send_by_smtp_tls = sub { ...
http://plagger.org/trac/browser/trunk/plagger/lib/Plagger/Plugin/Publish/Gmail.pm

Replies are listed 'Best First'.
Re^2: Using MIME::Lite with TLS
by Anonymous Monk on Jul 06, 2009 at 11:36 UTC
    ^^Thank You!

    I had gone through that as well, but i got lost mid-way through that :-).

    Isn't there an easier way to do this?