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

Net::DNS::Sendmail 0.1

  Date Added: August 09, 2010  |  Visits: 1.262

Net::DNS::Sendmail

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. Which will basically act as a primitive sendmail MTA. SYNOPSIS use Net::DNS::Sendmail; # Constructors $smtp = Net::DNS::Sendmail->new(); $smtp->to("john@gmail.com, mary@yahoo.com, goliath@hotmail.com"); $smtp->from("srikanth@cpan.org"); $smtp->subject("This is the subject line."); $smtp->data("This allows for sending single or multiple emailsn " . directly to sendmail servers."); $smtp->data(" This program runs directly on the public domain just like"); $smtp->data(" sendmail."); $smtp->sendmail(); This module implements a client interface to the SMTP and EMSMTP ( as mentioned in RFC821 and RFC2821) servers which allow you to use it as a SMTP/ESMTP client. This module connects directly to Yahoo/Hotmail/Gmail servers and delivers the mail without the need for intermediate Mail Transfer Agents(MTA) like sendmail(sendmail.org). A new Net::DNS::Sendmail object must be created with the new method. Once this has been done then the to, from, subject and data sections of an email are created with the following methods using the object..

Requirements: No special requirements
Platforms: Linux
Keyword: Client Data Dns Mail Mail Client Mail Transfer Mx Netdnssendmail Simple Simple Mail Simple Mail Transfer Simple Mail Transfer Mail Client Transfer Transfer Mail
Users rating: 0/10

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


NET::DNS::SENDMAIL RELATED
Libraries  -  Net::DNS::TestNS 1.09
Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries...
16.38 KB  
Libraries  -  Convert::BulkDecoder 1.03
Convert::BulkDecoder is a Perl module to extract (binary) data from mail and news messages. SYNOPSIS use Convert::BulkDecoder; my $cvt = new Convert::BulkDecoder::; # Collect the articles into an array ref. my $art = [ ]; # Decode. my...
17.41 KB  
Business  -  EQMS 2010 Lite (Enquiry Management System) 2.1
Salient Features * Organize leads and streamline follow-ups * Know your strong selling points * Know your weak points, why you lost the order * Complete trailing of follow ups and deals with enquiries * Contact management and history * Incentive...
1.91 MB  
Business  -  EQMS Lite (Enquiry Management System) 2.1
Salient Features * Organize leads and streamline follow-ups * Know your strong selling points * Know your weak points, why you lost the order * Complete trailing of follow ups and deals with enquiries * Contact management and history * Incentive...
1.91 MB  
Network & Internet  -  migratedata 0.1
migratedata project allows you to write a simple XML file to define how to copy data from one database to another, and perform very simple transformations on the way. Currently, it is immediately able to help you migrate a PostNuke web site to a...
25.6 KB  
Database Tools  -  JDBC Importer 0.74
Data is imported in the JDBC database through a simple interface and a XML config file.Third Party Libraries:Apache Commons Logging Apache Commons File UploadJUnitInstallation:Unzip the jdbcimporter.zip file Add jdbcimporter.jar and...
 
Libraries  -  HTML::Mail 0.02_05
HTML::Mail is a Perl extension for sending emails with embedded HTML and media. SYNOPSIS use HTML::Mail; ### initialisation my $html_mail = HTML::Mail->new( HTML => http://www.cpan.org, Text => This is the text representation of the...
15.36 KB  
Web Hosting  -  TuxBox ISPWorks 0.7
TuxBox ISPWorks is a complete administration system for Internet Service Providers. It handles mail, web, ftp, dns and more through a sql backend. The various daemons pull their data then of this database. It is completely written in PHP.
 
Networking Tools  -  NSTX 1.1
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels using DNS queries and replies for IP packet encapsulation where IP traffic other than DNS isnt possible. You need to have the ethertap-dev up and running on both...
20.48 KB  
Security Tools  -  BCArchive 2.02.1
With BCArchive software you may encrypt and compress a group of files/folders to an encrypted archive (i.e. single file). You may store all you confidential files in such archive accessing it whenever you need it. All your files are encrypted,...
2.56 MB  
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