Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Mail::Builder 1.04

    Download button

    No screenshots available
    Downloads: 640  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Maros Kollar | More programs
    Perl Artistic License / FREE
    November 28th, 2007, 08:18 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Mail::Builder description

    Mail::Builder can easily create e-mails with attachments, html and inline images.

    Mail::Builder can easily create e-mails with attachments, html and inline images.

    SYNOPSIS

    use Mail::Builder;
    my $mail = Mail::Builder->new();
    $mail->from('mightypirate@meele-island.mq','Guybrush Threepwood');
    $mail->to->add('manuel.calavera@dod.mx','Manuel Calavera');
    $mail->cc->add('glotis@dod.mx');
    $mail->subject('Party at Sam's place');
    $mail->htmltext('Party invitation ... ');
    $mail->attachment->add('direction_samandmax.pdf');
    my $message = $mail->stringify;

    This module helps you to build e-mails with attachments, inline images, multiple recipients without having to worry about the underlying MIME stuff. Mail::Builder relies heavily on the MIME::Entity module from the MIME::Tools distribution.

    The module will create the correct MIME bodies, headers and containers (multipart/mixed, multipart/related, multipart/alternative) depending on if you use attachments, HTML text and inline images.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    e-mail attachment | html images | inline images | e-mail | attachment | html

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM