Man Page: email::send::sendmail
Operating Environment: debian
Section: 3pm
Email::Send::Sendmail(3pm) User Contributed Perl Documentation Email::Send::Sendmail(3pm)NAMEEmail::Send::Sendmail - Send Messages using sendmailSYNOPSISuse Email::Send; Email::Send->new({mailer => 'Sendmail'})->send($message);DESCRIPTIONThis mailer for "Email::Send" uses "sendmail" to send a message. It does not try hard to find the executable. It just calls "sendmail" 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::Sendmail::SENDMAIL package variable. $Email::Send::Sendmail::SENDMAIL = '/usr/sbin/sendmail';SEE ALSOEmail::Send, perl.AUTHORCurrent maintainer: Ricardo SIGNES, <rjbs@cpan.org>. Original author: Casey West, <casey@geeknest.com>.COPYRIGHTCopyright (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. perl v5.12.4 2009-07-12 Email::Send::Sendmail(3pm)
| Related Man Pages |
|---|
| email::date::format(3pm) - debian |
| email::messageid(3pm) - debian |
| email::send(3pm) - debian |
| email::send::test(3pm) - debian |
| email::sender::failure(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |