curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

use of --libcurl

From: toby via curl-users <curl-users_at_cool.haxx.se>
Date: Sun, 11 Aug 2019 16:47:50 -0600

Hi

i have a working curl cli :

curl --libcurl smtps.c -v -k --ssl-reqd smtps://"user:password"@host.net/hostname --mail-from a_at_host.net --mail-rcpt d_at_host.net -T ./email.txt

that works well and i want to see how libcurl code would be for the -T option (to bring in headers and message body from the email.txt file

the -v -k --ssl-reqd options result in good libcurl code but the -T option results in commented code in the resulting smtps.c

is there something else needed to get it in smtps.c?

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-08-12