diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-05 22:59:29 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-05 23:00:56 +0000 |
commit | fc0b4b0d3141f20435bef35338248af077a9ed54 (patch) | |
tree | 68dbe3028fe0ab8249441a68325c1253e82e823a /docs/examples/smtp-vrfy.c | |
parent | 619d1704ae04e1baa37b50744c3c778cc1978b5b (diff) | |
download | curl-fc0b4b0d3141f20435bef35338248af077a9ed54.tar.gz |
examples: Added required libcurl version information to SMTP examples
Diffstat (limited to 'docs/examples/smtp-vrfy.c')
-rw-r--r-- | docs/examples/smtp-vrfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c index b45747801..4e44cea96 100644 --- a/docs/examples/smtp-vrfy.c +++ b/docs/examples/smtp-vrfy.c @@ -28,7 +28,7 @@ * * Notes: * - * 1) This example requires libcurl v7.34.0 or above. + * 1) This example requires libcurl 7.34.0 or above. * 2) Not all email servers support this command and even if your email server * does support it, it may respond with a 252 response code even though the * address doesn't exist. |