Mail::Sender

Perl module for sending mails with attachments through an SMTP server
Download

Mail::Sender Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Jan Krynicky
  • Publisher web site:
  • http://search.cpan.org/~jenda/

Mail::Sender Tags


Mail::Sender Description

Perl module for sending mails with attachments through an SMTP server Mail::Sender is a Perl module that provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket.Sends mails directly from Perl through a socket connection.SYNOPSIS use Mail::Sender; $sender = new Mail::Sender {smtp => 'mail.yourdomain.com', from => 'your@address.com'}; $sender->MailFile({to => 'some@address.com', subject => 'Here is the file', msg => "I'm sending you the list you wanted.", file => 'filename.txt'}); Requirements: · Perl


Mail::Sender Related Software