aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-ssl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-05 22:59:29 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-05 23:00:56 +0000
commitfc0b4b0d3141f20435bef35338248af077a9ed54 (patch)
tree68dbe3028fe0ab8249441a68325c1253e82e823a /docs/examples/smtp-ssl.c
parent619d1704ae04e1baa37b50744c3c778cc1978b5b (diff)
examples: Added required libcurl version information to SMTP examples
Diffstat (limited to 'docs/examples/smtp-ssl.c')
-rw-r--r--docs/examples/smtp-ssl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c
index 0d8a64b53..3402ad42b 100644
--- a/docs/examples/smtp-ssl.c
+++ b/docs/examples/smtp-ssl.c
@@ -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>"