mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
DOCS: Added SMTP information to CURLOPT_INFILESIZE
This commit is contained in:
parent
583a902789
commit
ee3d3adc6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user