aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/smtp-tls.c')
-rw-r--r--docs/examples/smtp-tls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/smtp-tls.c b/docs/examples/smtp-tls.c
index 67b4330f1..4e610d9ac 100644
--- a/docs/examples/smtp-tls.c
+++ b/docs/examples/smtp-tls.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>"