mirror of
https://github.com/curl/curl.git
synced 2026-08-01 03:58:08 +03:00
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own.
This commit is contained in:
parent
a434cb43e8
commit
a4a60afabb
7 changed files with 42 additions and 25 deletions
|
|
@ -1092,6 +1092,10 @@ SMTP mail request. The linked list should be a fully valid list of \fBstruct
|
|||
curl_slist\fP structs properly filled in. Use \fIcurl_slist_append(3)\fP to
|
||||
create the list and \fIcurl_slist_free_all(3)\fP to clean up an entire list.
|
||||
|
||||
Each recipient in SMTP lingo is specified with angle brackets (<>), but should
|
||||
you not use an angle bracket as first letter libcurl will assume you provide a
|
||||
single email address only and enclose that with angle brackets for you.
|
||||
|
||||
(Added in 7.20.0)
|
||||
.SH TFTP OPTIONS
|
||||
.IP CURLOPT_TFTP_BLKSIZE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue