Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.195.844 Times

Mail::Bulkmail::Server 3.12

  Date Added: November 01, 2010  |  Visits: 1.410

Mail::Bulkmail::Server

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



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 youll 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 wont ever need to touch this directly..

Requirements: No special requirements
Platforms: Linux
Keyword: Communication Connections Handles Libraries Mailbulkmailserver Module One Perl Module Programming Server Server Connections
Users rating: 0/10

License: Freeware Size: 71.68 KB
USER REVIEWS
More Reviews or Write Review


MAIL::BULKMAIL::SERVER RELATED
Libraries  -  CGI::SpeedyCGI 2.22
SpeedyCGI is a Perl module to speed up perl scripts by running them persistently. SYNOPSIS #!/usr/bin/speedy ### Your Script Here. For example: print "Content-type: text/htmlnnHello World!n"; ## ## Optionally, use the CGI::SpeedyCGI...
153.6 KB  
Science  -  CapsimTMK 1.0
Capsim(r) C Text Mode Kernel(TMK),DSP and communication blocks, topologies, libraries and tools for the development of high performance block diagram digital signal processing and communications systems,built in interpreter for scripting.SystemC...
22.78 MB  
Programming  -  NodeTree 0.2
Most XML libraries fit into one of two categories; they either parse XML streams with callbacks for each event encountered but leave it to the user to store and organize these events (such as expat or SAX), or they parse the entire XML document...
20.48 KB  
Log Analyzers  -  Podalyzer 0.5
Podalyzer scans one or more Web server log files, extracts entries that result from downloads of media files like podcasts, and generates a report based on those entries. In addition to reporting the number and size of downloaded files, it...
21.5 KB  
Modules  -  JoomlaStart 1.0
JoomlaStart is a tool that will help you install/upgrade Joomla software much faster just by uploading one file on your server and running it!What do you have to do in order to install Joomla on your site by using our tool:-get our 1 file script...
 
Modules  -  Remote blocks 6.x-1.x-de
his module makes possible to load blocks from a different Drupal site, where this module's server mode is enabled.Explaining blogpost: http://www.pronovix.com/blog/remote-blocks
10 KB  
Libraries  -  DDE server plugin 3.7.4.1130
Data export module "DDE server" for Advanced Serial Data Logger is used for data transmit received by Advanced Serial Data Logger picked out from byte flow by parser to other programs on DDE technology. The data export module works as server; it...
 
Database Tools  -  CD_SERVER 1.0
CD distributable version of Apache, mod_perl, Perl, PHP, MySQL Server.
12.11 MB  
Libraries  -  IO::Multiplex 1.08
IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop;...
14.34 KB  
Libraries  -  GnuPG::Interface 0.33
GnuPG::Interface is a Perl interface to GnuPG. SYNOPSIS # A simple example use IO::Handle; use GnuPG::Interface; # settting up the situation my $gnupg = GnuPG::Interface->new(); $gnupg->options->hash_init( armor => 1, homedir =>...
37.89 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB