The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Net::SMTP::Bulk

0.10 2013-09-19

    - Added parallel ssl connect 

0.09 2013-09-18

    - Added parallel connect 

0.08 2013-09-18

    - Fixed auto remove thread issue
    - Added Debug=2 and DebugPath for writing debug data to files
    - added missing reconnect_pass callback response

0.07 2013-09-12

    - Made it work faster(especially on longer response servers) and more efficient by removing coro sleep in favor of readable on the handle

0.06 2013-09-10

    - Fixed to work with Perl 5.10 and below

0.05 2013-09-08

    - Fixed default callbacks to being 1

0.04 2013-09-08

    - Fixed removal of incorrect thread
    - Changed callback status codes to be 3 digits,
      made 1 to be default callback from 0
    - Adjusted reconnect to skip current

0.03 2013-09-08

    - Fixed 220 response causing removal of thread
    - Fixed a few documentation issues

0.02 2013-09-08

    - Fixed <CR><LF>.<CR><LF>
    - Fixed Remove Thread
    - Fixed pass callbacks

0.01 2013-09-07

    - First version, released on an unsuspecting world.