GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Email::Send::Qmail(3) User Contributed Perl Documentation Email::Send::Qmail(3)

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

  use Email::Send;

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

This mailer for "Email::Send" uses "qmail-inject" to put a message in the Qmail spool. It does not try hard to find the executable. It just calls "qmail-inject" 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::Qmail::QMAIL package variable.

  $Email::Send::Qmail::QMAIL = '/usr/sbin/qmail-inject';

Email::Send, perl.

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

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

  Copyright (c) 2004 Casey West.  All rights reserved.
  This module is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
2015-03-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.