http://www.perlmonks.org?node_id=929055


in reply to MIME::lite and Net::SMTP::TLS - split attachment

Go to Tls.pm line 369 ($len -= $w;) add a new line 370: $offset += $w; I think this is a known bug in Net::SMTP::TLS (Tls.pm) On my Gentoo box the file is located at: /usr/lib/perl5/vendor_perl/5.14.1/Net/SMTP
  • Comment on Re: MIME::lite and Net::SMTP::TLS - split attachment

Replies are listed 'Best First'.
Re^2: MIME::lite and Net::SMTP::TLS - split attachment
by Anonymous Monk on Mar 12, 2015 at 13:20 UTC
    Thanks a lot. The known bug was really unknown and had taken life out of me. Thank you once again! You saved me a big times :)
Re^2: MIME::lite and Net::SMTP::TLS - split attachment
by Anonymous Monk on Oct 17, 2012 at 17:38 UTC
    aturtle: I had the same problem. Your tip with the bug is perfekt. Thankyou!
Re^2: MIME::lite and Net::SMTP::TLS - split attachment
by Anonymous Monk on Dec 21, 2012 at 02:54 UTC
    You are a genius. Since three days, I am trying to send a mail to gmail with and without attachments. Your code worked fine and the fix and its awesome. Thanks a lot.
      Thanks a million for this fix. I struggled for hours!