1Email::Send::Qmail(3) User Contributed Perl DocumentationEmail::Send::Qmail(3)
2
3
4

NAME

6       Email::Send::Qmail - Send Messages using qmail-inject
7

SYNOPSIS

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

DESCRIPTION

14       This mailer for "Email::Send" uses "qmail-inject" to put a message in
15       the Qmail spool. It does not try hard to find the executable. It just
16       calls "qmail-inject" and expects it to be in your path. If that's not
17       the case, or you want to explicitly define the location of your exe‐
18       cutable, alter the $Email::Send::Qmail::QMAIL package variable.
19
20         $Email::Send::Qmail::QMAIL = '/usr/sbin/qmail-inject';
21
22       Any arguments passed to "send" will be passed to "qmail-inject".
23

SEE ALSO

25       Email::Send, perl.
26

AUTHOR

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