]> granicus.if.org Git - curl/commitdiff
DOCS: Added SMTP information to CURLOPT_INFILESIZE
authorSteve Holme <steve_holme@hotmail.com>
Thu, 15 Dec 2011 22:24:25 +0000 (22:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Dec 2011 10:08:01 +0000 (11:08 +0100)
docs/libcurl/curl_easy_setopt.3

index 4d2a22e0bbef0dabeb159160740b0cbb14934fe7..58564a6f0925da3162eb7053f73c63329a78d5c8 100644 (file)
@@ -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