diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-31 21:59:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-31 21:59:50 +0000 |
commit | 31266ca92a3c5bb78fc355e1573c6e072f0e6bcd (patch) | |
tree | bf3d950046695b90c6650153eec953c059fb02db /docs | |
parent | 3f3f6be825da333055a1113c4998691b086f4601 (diff) |
--mail-rcpt and --mail-from are starting to settle and work like this...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f8101206d..991f2ee1f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -756,7 +756,15 @@ password to all hosts that the site may redirect to. This may or may not introduce a security breach if the site redirects you to a site to which you'll send your authentication info (which is plaintext in the case of HTTP Basic authentication). +.IP "--mail-rcpt <address>" +(SMTP) Specify a single address that the given mail should get sent to. This +option can be used multiple times to specify many recipients. +(Added in 7.20.0) +.IP "--mail-from <address>" +(SMTP) Specify a single address that the given mail should get sent from. + +(Added in 7.20.0) .IP "--max-filesize <bytes>" Specify the maximum size (in bytes) of a file to download. If the file requested is larger than this value, the transfer will not start and curl will |