NAME
Siesta::Send::Sendmail - send a Siesta::Message using sendmail
DESCRIPTION
A extension to siesta that allows you to send mail using the local sendmail executable.
USAGE
# This module should not really
# be used outside the siesta system
my
$sender
= Siesta::Send::Sendmail->new();
my
= Siesta::Message->new(*\STDIN);
$sender
->
send
(
);