Net::DNS::Sendmail

Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup.
Download

Net::DNS::Sendmail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Srikanth Penumetcha
  • Publisher web site:
  • http://search.cpan.org/~sriopen/Sendmail-0.1/lib/Net/DNS/Sendmail.pm

Net::DNS::Sendmail Tags


Net::DNS::Sendmail Description

Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. 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: · Perl · IO::Socket · Net::DNS


Net::DNS::Sendmail Related Software