mirror of
https://github.com/curl/curl.git
synced 2026-07-27 19:09:01 +03:00
DOCS: Added SMTP information to CURLOPT_INFILESIZE
This commit is contained in:
parent
583a902789
commit
ee3d3adc6f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
For uploading using SCP, this option or \fICURLOPT_INFILESIZE_LARGE\fP is
|
||||||
mandatory.
|
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
|
This option does not limit how much data libcurl will actually send, as that
|
||||||
is controlled entirely by what the read callback returns.
|
is controlled entirely by what the read callback returns.
|
||||||
.IP CURLOPT_INFILESIZE_LARGE
|
.IP CURLOPT_INFILESIZE_LARGE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue