mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:43:38 +03:00
Examples: Renamed SMTP MAIL example to match other email examples
This commit is contained in:
parent
0f4bf77bd3
commit
149e0c8d10
4 changed files with 3 additions and 3 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 smtp-send.c example to add authentication
|
||||
* capabilities. It builds on the smtp-mail.c example to add authentication
|
||||
* and, more importantly, transport security to protect the authentication
|
||||
* details from being snooped.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue