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 1.300035
10
11 DESCRIPTION
12 This transport sends mail by piping it to the sendmail command. If the
13 location of the sendmail command is not provided in the constructor
14 (see below) then the library will look for an executable file called
15 sendmail in the path.
16
17 To specify the location of sendmail:
18
19 my $sender = Email::Sender::Transport::Sendmail->new({ sendmail => $path });
20
22 Ricardo Signes <rjbs@semiotic.systems>
23
25 This software is copyright (c) 2020 by Ricardo Signes.
26
27 This is free software; you can redistribute it and/or modify it under
28 the same terms as the Perl 5 programming language system itself.
29
30
31
32perl v5.32.1 2021-01-E2m7ail::Sender::Transport::Sendmail(3)