| Mail::Transport::Mailx(3pm) | User Contributed Perl Documentation | Mail::Transport::Mailx(3pm) |
Mail::Transport::Mailx - transmit messages using external mailx program
Mail::Transport::Mailx is a Mail::Transport::Send is a Mail::Transport is a Mail::Reporter
my $sender = Mail::Transport::Mailx->new(...); $sender->send($message);
Implements mail transport using the external programs 'mailx', "Mail", or 'mail'. When instantiated, the mailer will look for any of these binaries in specific system directories, and the first program found is taken.
WARNING: There are many security issues with mail and mailx. DO NOT USE these commands to send messages which contains data derived from any external source!!!
Under Linux, freebsd, and bsdos the "mail", "Mail", and "mailx" names are just links to the same binary. The implementation is very primitive, pre-MIME standard, what may cause many headers to be lost. For these platforms (and probably for other platforms as well), you can better not use this transport mechanism.
Extends "DESCRIPTION" in Mail::Transport::Send.
Extends "METHODS" in Mail::Transport::Send.
Extends "Constructors" in Mail::Transport::Send.
-Option --Defined in --Default
executable Mail::Transport undef
hostname Mail::Transport 'localhost'
interval Mail::Transport 30
log Mail::Reporter 'WARNINGS'
password Mail::Transport undef
port Mail::Transport undef
proxy Mail::Transport undef
retry Mail::Transport <false>
style <autodetect>
timeout Mail::Transport 120
trace Mail::Reporter 'WARNINGS'
username Mail::Transport undef
via Mail::Transport 'mailx'
Extends "Sending mail" in Mail::Transport::Send.
Extends "Server connection" in Mail::Transport::Send.
Extends "Error handling" in Mail::Transport::Send.
Extends "Cleanup" in Mail::Transport::Send.
The "To", "Cc", and "Bcc" header information is only used if no "Received" was found. That seems to be the best explanation of the RFC.
As alternative, you may also specify the "to" option to some of the senders (for instance Mail::Transport::SMTP::send(to) to overrule any information found in the message itself about the destination.
This module is part of Mail-Transport distribution version 3.005, built on July 22, 2020. Website: http://perl.overmeer.net/CPAN/
Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
| 2022-10-14 | perl v5.36.0 |