1Email::Sender::TransporUts:e:rSeCnodnmtariilb(u3t)ed PerElmaDiolc:u:mSeenntdaetri:o:nTransport::Sendmail(3)
2
3
4
6 Email::Sender::Transport::Sendmail - send mail via sendmail(1)
7
9 version 2.600
10
12 This library should run on perls released even a long time ago. It
13 should work on any version of perl released in the last five years.
14
15 Although it may work on older versions of perl, no guarantee is made
16 that the minimum required version will not be increased. The version
17 may be increased for any reason, and there is no promise that patches
18 will be accepted to lower the minimum required perl.
19
20 DESCRIPTION
21 This transport sends mail by piping it to the sendmail command. If the
22 location of the sendmail command is not provided in the constructor
23 (see below) then the library will look for an executable file called
24 sendmail in the path.
25
26 To specify the location of sendmail:
27
28 my $sender = Email::Sender::Transport::Sendmail->new({ sendmail => $path });
29
31 Ricardo Signes <cpan@semiotic.systems>
32
34 This software is copyright (c) 2022 by Ricardo Signes.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.36.0 2023-01-E2m0ail::Sender::Transport::Sendmail(3)