Front page | perl.ppt |
Postings from October 2005
mail.pl
From:
D . Meier
Date:
October 2, 2005 04:14
Subject:
mail.pl
Message ID:
20051001101817.22B6E67CFA@adfire.de
There is another mail.pl at
http://examples.oreilly.com/progintemail/mail.pl
sub usage {
print <<ENDOFUSAGE;
mail.pl [-u] [-h] [-f from] [-m mailhost] [-p port]
[-s subject] [-c cc-addr] [-b bcc-addr] [-r replyto-addr]
[-a attachment#1[:attachment#2...]] [-w] to_addresses
-a List of files to attach, colon seperated
-b List of blind carbon copy addresses
-c List of carbon copy addresses
-f Email sender\'s address (FROM:)
-h Shows the man page (help)
-m SMTP mailhost (name or IP address)
-w Do not wait on STDIN for message part
-o Override headers
-p Port to use when connecting to mailhost
-r Email reply-to address
-s Subject to use
-u Shows this usage information
to_addresses Email recipients address (TO:) in a comma
seperated list
ENDOFUSAGE
___________
Diese Email wurde versandt über www.email-senden.de
Der Absender ist D. Meier und hat die Email-Adresse dmeier.esperanto.2004@arcor.de
Wenn Sie glauben, diese Email irrtümlicherweise zu bekommen, leiten Sie diese bitte an abuse@email-senden.de weiter.
(ID 1431)