Mail::Message::Construct::Build 2.066 review
DownloadMail::Message::Construct::Build is a Perl module for building a Mail::Message from components. SYNOPSIS my $msg3 = Mail::Messa
|
|
Mail::Message::Construct::Build is a Perl module for building a Mail::Message from components.
SYNOPSIS
my $msg3 = Mail::Message->build
(From => 'me', data => "only twonlinesn");
my $msg4 = Mail::Message->buildFromBody($body);
Complex functionality on Mail::Message objects is implemented in different files which are autoloaded. This file implements the functionality related to building of messages from various components.
Requirements:
Perl
Mail::Message::Construct::Build 2.066 search tags