mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:23:32 +03:00
smtp-tls: new example
This example shows how to send SMTP with TLS
This commit is contained in:
parent
37a22d4749
commit
57523e3578
2 changed files with 136 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue