Email::Sender::Server

Eventual Email Delivery System
Download

Email::Sender::Server Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • ANAIO
  • Publisher web site:
  • http://search.cpan.org/~awncorp/

Email::Sender::Server Tags


Email::Sender::Server Description

Email::Sender::Server is a Perl module designed to provide a simple client API for sending emails from your applications. It accomplishes this by separating the email creation and delivery events, thus email delivery becomes eventual in-that email messages are not required to be delivered immediately.This is very much a work in-progress, more documentation soon to come, see Email::Sender::Server for common usage exmaples.SYNOPSIS ess helpthen ... ess startthen ... package main; # eventual emailer my $mailer = Email::Sender::Server::Client->new; unless ($mailer->send(to => '...', subject => '...', body => '...')) { print $mailer->errors_to_string; }Product's homepage


Email::Sender::Server Related Software