Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Mail::Bulkmail::Server 3.12

    Download button

    No screenshots available
    Downloads: 359  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jim Thomason | More programs
    Perl Artistic License / FREE
    December 20th, 2006, 06:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Mail::Bulkmail::Server description

    Mail::Bulkmail::Server is a Perl module that handles server connections and communication for Mail::Bulkmail.

    Mail::Bulkmail::Server is a Perl module that handles server connections and communication for Mail::Bulkmail.

    SYNOPSIS

    my $server = Mail::Bulkmail::Server->new(
    'Smtp' => 'your.smtp.com',
    'Port' => 25
    ) || die Mail::Bulkmail::Server->error();

    #connect to the SMTP relay
    $server->connect || die $server->error();

    #talk to the server
    my $response = $server->talk_and_respond("RSET");

    Mail::Bulkmail::Server now handles server connections. Mail::Bulkmail 1.x and 2.x had all the server functionality built into the module itself. That was nice in terms of simplicity - one module, one connection, one server, and so on. But it had some downsides. For one thing, it only allowed for one connection. And since I wanted to allow multiple server connections in 3.00, that had to go. For another, it was a pain in the butt to change the server implementation. This way, you can easily write your own server class, drop it in here, and be off to the races.

    For example, the Mail::Bulkmail::DummyServer module for debugging purposes.
    This is not a module that you'll really need to access directly, since it is accessed internally by Mail::Bulkmail when it is needed. Specify the data you need in the conf file and the server_file attribute, and you won't ever need to touch this directly.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    server connections | Mail::Bulkmail communications | Perl module | Mail::Bulkmail::Serv | server | connections

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM