The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EmailSend - a module for send emails [with Attachments] via Microsoft Outlook

SYNOPSIS

  use warnings;
  use strict;
  use EmailSend qw( SendIt );

  SendIt('name@domain.com');

ABSTRACT

Test

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek