mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:23:32 +03:00
curl: Added support for --mail-auth
Added an extra command-line argument to support the optional AUTH parameter in SMTPs MAIL FROM command.
This commit is contained in:
parent
674699b212
commit
a053560cfa
5 changed files with 11 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ static const char *const helptext[] = {
|
|||
" -M, --manual Display the full manual",
|
||||
" --mail-from FROM Mail from this address",
|
||||
" --mail-rcpt TO Mail to this receiver(s)",
|
||||
" --mail-auth AUTH Originator address of the original email",
|
||||
" --max-filesize BYTES Maximum file size to download (H/F)",
|
||||
" --max-redirs NUM Maximum number of redirects allowed (H)",
|
||||
" -m, --max-time SECONDS Maximum time allowed for the transfer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue