aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-12-17 22:55:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-17 22:55:58 +0100
commit57523e3578b17c07b0fbf7b22063544ade3df799 (patch)
tree7e1cfdee232a9a015db30f125482880eb7bd6110 /docs/examples/Makefile.inc
parent37a22d474957ef0fe6e62be7f4fc10784760988b (diff)
smtp-tls: new example
This example shows how to send SMTP with TLS
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index a9379f745..9a2b48ea1 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -4,7 +4,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
https multi-app multi-debugcallback multi-double multi-post multi-single \
persistant post-callback postit2 sepheaders simple simplepost simplessl \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
- smtp-multi simplesmtp
+ smtp-multi simplesmtp smtp-tls
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.