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-multi.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/examples/smtp-multi.c') diff --git a/docs/examples/smtp-multi.c b/docs/examples/smtp-multi.c index 7394f1ea8..005a15f61 100644 --- a/docs/examples/smtp-multi.c +++ b/docs/examples/smtp-multi.c @@ -19,13 +19,15 @@ * KIND, either express or implied. * ***************************************************************************/ -/* This is an example application source code sending SMTP mail using the - * multi interface. - */ - #include #include +/* This is an example showing how to send mail using libcurl's SMTP + * capabilities via the multi interface. + * + * Note that this example requires libcurl 7.20.0 or above. + */ + /* * This is the list of basic details you need to tweak to get things right. */ -- cgit v1.2.3