mirror of
https://github.com/curl/curl.git
synced 2026-08-06 15:46:14 +03:00
smtp: Allow RCPT TO command to fail for some recipients
Introduces CURLOPT_MAIL_RCPT_ALLLOWFAILS. Verified with the new tests 3002-3007 Closes #4816
This commit is contained in:
parent
23a17e039d
commit
4a4609bf3c
22 changed files with 483 additions and 26 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -239,6 +239,8 @@ static const struct helptxt helptext[] = {
|
|||
"Mail from this address"},
|
||||
{" --mail-rcpt <address>",
|
||||
"Mail to this address"},
|
||||
{" --mail-rcpt-allowfails",
|
||||
"Allow RCPT TO command to fail for some recipients"},
|
||||
{"-M, --manual",
|
||||
"Display the full manual"},
|
||||
{" --max-filesize <bytes>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue