From fc0b4b0d3141f20435bef35338248af077a9ed54 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 5 Jan 2014 22:59:29 +0000 Subject: examples: Added required libcurl version information to SMTP examples --- docs/examples/smtp-mail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/examples/smtp-mail.c') diff --git a/docs/examples/smtp-mail.c b/docs/examples/smtp-mail.c index a76af2289..d23798534 100644 --- a/docs/examples/smtp-mail.c +++ b/docs/examples/smtp-mail.c @@ -26,6 +26,8 @@ /* This is a simple example showing how to send mail using libcurl's SMTP * capabilities. For an exmaple of using the multi interface please see * smtp-multi.c. + * + * Note that this example requires libcurl 7.20.0 or above. */ int main(void) -- cgit v1.2.3