Email::Send::Sendmail - Send Messages using sendmail


Email-Send documentation  | view source Contained in the Email-Send distribution.

Index


NAME

Top

Email::Send::Sendmail - Send Messages using sendmail

SYNOPSIS

Top

  use Email::Send;

  Email::Send->new({mailer => 'Sendmail'})->send($message);

DESCRIPTION

Top

This mailer for Email::Send uses sendmail to send a message. It does not try hard to find the executable. It just calls sendmail and expects it to be in your path. If that's not the case, or you want to explicitly define the location of your executable, alter the $Email::Send::Sendmail::SENDMAIL package variable.

  $Email::Send::Sendmail::SENDMAIL = '/usr/sbin/sendmail';

SEE ALSO

Top

Email::Send, perl.

AUTHOR

Top

Current maintainer: Ricardo SIGNES, <rjbs@cpan.org>.

Original author: Casey West, <casey@geeknest.com>.

COPYRIGHT

Top


Email-Send documentation  | view source Contained in the Email-Send distribution.