Email::Stuff

A more casual approach to creating and sending Email:: emails
Download

Email::Stuff Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Email::Stuff Tags


Email::Stuff Description

A more casual approach to creating and sending Email:: emails Email::Stuff, as its name suggests, is a fairly casual Perl module used to email "stuff" to people using the most common methods. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the tight and correct Email:: modules.Email::Stuff is typically used to build emails and send them in a single statement, as seen in the synopsis. And it is certain only for use when creating and sending emails. As such, it contains no email parsing capability, and little to no modification support.To re-iterate, this is very much a module for those "slap it together and fire it off" situations, but that still has enough grunt behind the scenes to do things properly.SYNOPSIS # Prepare the message my $body = to ('santa@northpole.org' ) ->bcc ('bunbun@sluggy.com' ) ->text_body($body ) ->attach (io('dead_bunbun_faked.gif')->all, filename => 'dead_bunbun_proof.gif') ->send; Requirements: · Perl


Email::Stuff Related Software