Siesta::Send::Sendmail - send a Siesta::Message using sendmail


Siesta documentation  | view source Contained in the Siesta distribution.

Index


NAME

Top

Siesta::Send::Sendmail - send a Siesta::Message using sendmail

DESCRIPTION

Top

A extension to siesta that allows you to send mail using the local sendmail executable.

USAGE

Top

  # This module should not really
  # be used outside the siesta system

  my $sender = Siesta::Send::Sendmail->new();
  my $mail   = Siesta::Message->new(*\STDIN);
  $sender->send($mail);

SEE ALSO

Top

Siesta, Siesta::Message , Siesta::Send


Siesta documentation  | view source Contained in the Siesta distribution.