App-tpnotify
view release on metacpan or search on metacpan
=item B<-D>, B<--domain=>I<DOMAIN>
Use I<DOMAIN> as the sender domain. This is used when creating the
sender email address to be used in the B<From:> header. It is constructed
by concatenating the login name of the invoking user, the B<@> sign, and the
local host name (or I<DOMAIN>, if set).
=item B<-F>, B<--fullname=>I<NAME>
Set the full real name of the sender. It is used to construct the B<From:>
header. When using B<sendmail> mailer, it will also be passed with the B<-F>
option to B<sendmail>.
=item B<-S>, B<--stable>
Assume I<URL> is a stable release.
=item B<-a>, B<--add=>I<HDR>B<:>I<VAL>
Append the given header to the message.
=item B<-c>, B<--config=>I<FILE>
Read configuration from I<FILE>, instead of F<~/.tpnotify>.
=item B<-d>, B<--debug>
Debug the mail sending transaction.
=item B<-f>, B<--from=>I<EMAIL>
Sets the sender email address. Unless this option is supplied, the email
address of the sender of the message will be constructed by concatenating
the login name of the invoking user, the B<@> sign, and the
local host name (or the local domain, if set via the B<--domain> option).
=item B<-k>, B<--keep>
If an error occurs, don't remove the temporary directory. This allows the
user to get more insight into the reasons of the failure.
=item B<-m>, B<--mailer=>I<SPEC>
Sets the mailer. The I<SPEC> is one of the following:
=over 4
=item B<sendmail:>
Use the default sendmail binary for sending.
=item B<sendmail:>F<program>
Use the sendmail-compatible program. F<program> is the absolute pathname
of the program.
=item B<smtp://>[I<USER>[B<:>I<PASS>]B<@>]I<HOSTNAME>[B<:>I<PORT>]
Send mail using SMTP. I<HOSTNAME> is the hostname or IP address of the mail
relay to use. I<PORT>, if supplied, is the port number to use instead of the
default 25. Optional I<USER> and I<PASS> provide credentials, if the relay
requires authentication.
=back
=item B<-n>, B<--dry-run>
Don't actually send the message. Verbosely print what is being done (see
the B<--verbose> option) and display the content of the message that would
have been sent.
=item B<--refile-method=>B<perl> | B<mailutils>
Select the method to implement B<Fcc>. Refer to the description of
the B<refile-method> setting in the B<CONFIGURATION> chapter for a
detailed discussion.
=item B<-s>, B<--signature=>I<FILE>
Read signature from I<FILE>. The content of the file is available as the
value of the B<$signature> template variable.
=item B<-t>, B<--template=>I<FILE>
Read template from I<FILE>. See the section B<TEMPLATE> for its format.
=item B<-v>, B<--verbose>
Verbosely print what is being done.
=back
The following options are informative. They cause the program to print
the required piece of information and exit. The remaining options and
arguments are silently ignored.
=over 8
=item B<-h>
Produce a short help summary.
=item B<--help>
Print a detailed manual.
=item B<--usage>
Display a short command line usage summary.
=back
=head1 EXIT CODE
=over 4
=item B<0>
Success
=item B<64>
( run in 0.405 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )