Examples: Renamed SMTP MAIL example to match other email examples

This commit is contained in:
Steve Holme
2014-01-05 17:50:14 +00:00
parent 0f4bf77bd3
commit 149e0c8d10
4 changed files with 3 additions and 3 deletions

View File

@@ -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.
*/