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.238.620 Times

Mail::SendEasy 1.2

  Date Added: July 22, 2010  |  Visits: 1.257

Mail::SendEasy

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)



Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments. This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet. It supports SMTP authentication and attachments. USAGE: OO use Mail::SendEasy ; my $mail = new Mail::SendEasy( smtp => localhost , user => foo , pass => 123 , ) ; my $status = $mail->send( from => sender@foo.com , from_title => Foo Name , reply => re@foo.com , error => error@foo.com , to => recp@domain.foo , cc => recpcopy@domain.foo , subject => "MAIL Test" , msg => "The Plain Msg..." , html => "The HTML Msg..." , msgid => "0101" , ) ; if (!$status) { print $mail->error ;} STRUCTURED use Mail::SendEasy ; my $status = Mail::SendEasy::send( smtp => localhost , user => foo , pass => 123 , from => sender@foo.com , from_title => Foo Name , reply => re@foo.com , error => error@foo.com , to => recp@domain.foo , cc => recpcopy@domain.foo , subject => "MAIL Test" , msg => "The Plain Msg..." , html => "The HTML Msg..." , msgid => "0101" , ) ; if (!$status) { Mail::SendEasy::error ;}.

Requirements: No special requirements
Platforms: Linux
Keyword: E-mails Error Libraries Mailsendeasy Msg Platform Platform Independent Programming Send Sendeasy Smtp Servers Status
Users rating: 0/10

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


MAIL::SENDEASY RELATED
Networking  -  Peter's Collaboration E-mails 1.5.0
Enhance the "Submit for Review" feature for Contributor users. This plugin enables automatic e-mails to the relevant users at the different post status transitions: when posts are pending; when they are approved or scheduled; and when their...
81.92 KB  
Libraries  -  deimos 1.3
deimos project consists of some platform independent libraries. The deimos project provides some platform independent libraries which contain a reference memory allocator (garbage collector planned), virtual filesystem (Unix sockets, HTTP, etc),...
 
Libraries  -  shwild 0.9.5
shwild provides a platform-independent library for pattern matching. shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper....
522.24 KB  
Libraries  -  Mail::Sendmail 0.79
Mail::Sendmail is a simple platform independent mailer. SYNOPSIS use Mail::Sendmail; %mail = ( To => you@there.com, From => me@here.com, Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print...
16.38 KB  
Libraries  -  BSPonMPI 0.2
BSPonMPI is a platform independent software library for developing parallel programs. BSPonMPI implements the BSPlib standard (with one small exception) and runs on all machines which have MPI. This last property is the main feature of this...
378.88 KB  
Libraries  -  recls 1.8.10
recls (recursive ls) is a platform-independent recursive search library. This library came about as the first exemplar for my C/C++ Users Journal column, Positive Integration, which deals with issues of language integration between C/C++ and a...
1.7 MB  
Libraries  -  Mail::Bulkmail 3.12
Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message",...
71.68 KB  
Libraries  -  Swift Mailer 3.3.0
Swift is a fully OOP Library for sending e-mails from PHP websites and applications. Swift Mailer does not rely on PHPs native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates...
778.24 KB  
Libraries  -  Scratchlib 0.3 Beta
Scratchlib is a open source platform independent C++ library that can detect the position, speed and direction of Final Scratch timecode records. Is there a simple example how to use it ? Yes, just download the sources, compile it and see how...
921.6 KB  
E-Mail Marketing  -  Beijing Express Direct Email Blaster 5.0
The program will send mail at the rate of over 1, 000 e-mails per minute. Legal and Fast sending bulk emails Built in SMTP server Have Return Path Can Check Mail Address Make Error Send Address List( Remove or Send Again) Support...
 
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