aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2011-12-15 22:24:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2011-12-19 11:08:01 +0100
commitee3d3adc6fe1559a5edaa6f7f743b51a19e3f63d (patch)
tree55a9f7b16f6e581ca5e093ce3fbe62b4883163a7 /docs
parent583a9027895d65744f03ce28998adbe6b41c49a7 (diff)
DOCS: Added SMTP information to CURLOPT_INFILESIZE
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 4d2a22e0b..58564a6f0 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1850,6 +1850,9 @@ as a long. See also \fICURLOPT_INFILESIZE_LARGE\fP.
For uploading using SCP, this option or \fICURLOPT_INFILESIZE_LARGE\fP is
mandatory.
+When sending emails using SMTP, this command can be used to specify the
+optional SIZE parameter for the MAIL FROM command. (Added in 7.23.0)
+
This option does not limit how much data libcurl will actually send, as that
is controlled entirely by what the read callback returns.
.IP CURLOPT_INFILESIZE_LARGE