examples: Added required libcurl version information to SMTP examples

This commit is contained in:
Steve Holme 2014-01-05 22:59:29 +00:00
parent 619d1704ae
commit fc0b4b0d31
6 changed files with 14 additions and 6 deletions

View file

@ -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>"