mail.pl
[email protected] (D . Meier) Sat, 1 Oct 2005 12:18:17 +0200 (CEST)
| Newsgroups | perl.ppt |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected]
Wenn Sie glauben, diese Email irrtümlicherweise zu bekommen, leiten Sie diese bitte an [email protected] weiter.
(ID 1431)