summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLLOWFAILS.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix grammarJosh Soref2021-07-271-2/+3
| | | | | | | Fixes https://github.com/curl/curl/issues/7444 Fixes https://github.com/curl/curl/issues/7451 Fixes https://github.com/curl/curl/issues/7465 Closes https://github.com/curl/curl/pull/7495
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+71
Introduces CURLOPT_MAIL_RCPT_ALLLOWFAILS. Verified with the new tests 3002-3007 Closes #4816