Annotation of embedaddon/curl/docs/cmdline-opts/mail-rcpt-allowfails.d, revision 1.1.1.1
1.1 misho 1: Long: mail-rcpt-allowfails
2: Help: Allow RCPT TO command to fail for some recipients
3: Protocols: SMTP
4: Added: 7.69.0
5: ---
6: When sending data to multiple recipients, by default curl will abort SMTP
7: conversation if at least one of the recipients causes RCPT TO command to
8: return an error.
9:
10: The default behavior can be changed by passing --mail-rcpt-allowfails
11: command-line option which will make curl ignore errors and proceed with the
12: remaining valid recipients.
13:
14: In case when all recipients cause RCPT TO command to fail, curl will abort SMTP
15: conversation and return the error received from to the last RCPT TO command.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>