mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
examples: Rename before adding additional email examples
This commit is contained in:
parent
18a6467c8c
commit
e9625c5bc6
4 changed files with 11 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <curl/curl.h>
|
||||
|
||||
/* This is a simple example showing how to send mail using libcurl's SMTP
|
||||
* capabilities. It builds on the simplesmtp.c example, adding some
|
||||
* capabilities. It builds on the smtp-send.c example, adding some
|
||||
* authentication and transport security.
|
||||
*/
|
||||
|
||||
|
|
@ -71,7 +71,6 @@ static size_t payload_source(void *ptr, size_t size, size_t nmemb, void *userp)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
CURL *curl;
|
||||
|
|
@ -150,5 +149,6 @@ int main(void)
|
|||
curl_slist_free_all(recipients);
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue