1Email::Send::Sendmail(3U)ser Contributed Perl DocumentatiEomnail::Send::Sendmail(3)
2
3
4

NAME

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

SYNOPSIS

9         use Email::Send;
10
11         Email::Send->new({mailer => 'Sendmail'})->send($message);
12

DESCRIPTION

14       This mailer for "Email::Send" uses "sendmail" to send a message. It
15       does not try hard to find the executable. It just calls "sendmail" and
16       expects it to be in your path. If that's not the case, or you want to
17       explicitly define the location of your executable, alter the
18       $Email::Send::Sendmail::SENDMAIL package variable.
19
20         $Email::Send::Sendmail::SENDMAIL = '/usr/sbin/sendmail';
21

SEE ALSO

23       Email::Send, perl.
24

AUTHOR

26       Current maintainer: Ricardo SIGNES, <rjbs@cpan.org>.
27
28       Original author: Casey West, <casey@geeknest.com>.
29
31         Copyright (c) 2004 Casey West.  All rights reserved.
32         This module is free software; you can redistribute it and/or modify it
33         under the same terms as Perl itself.
34
35
36
37perl v5.36.0                      2022-07-22          Email::Send::Sendmail(3)
Impressum