mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
examples: Added required libcurl version information to SMTP examples
This commit is contained in:
parent
619d1704ae
commit
fc0b4b0d31
6 changed files with 14 additions and 6 deletions
|
|
@ -27,6 +27,8 @@
|
|||
* capabilities. It builds on the smtp-mail.c example to add authentication
|
||||
* and, more importantly, transport security to protect the authentication
|
||||
* details from being snooped.
|
||||
*
|
||||
* Note that this example requires libcurl 7.20.0 or above.
|
||||
*/
|
||||
|
||||
#define FROM "<sender@example.org>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue