Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme | |
2014-01-12 | examples: Synchronised comments between SMTP MAIL examples | Steve Holme | |
2014-01-05 | examples: Added required libcurl version information to SMTP examples | Steve Holme | |
2014-01-05 | Examples: Renamed SMTP MAIL example to match other email examples | Steve Holme | |
2014-01-04 | examples: Standardised username and password settings for all email examples | Steve Holme | |
Replaced the use of CURLOPT_USERPWD for the preferred CURLOPT_USERNAME and CURLOPT_PASSWORD options and used the same username and password for all email examples which is the same as that used in the test suite. | |||
2014-01-01 | examples: Update SMTP TLS example mail content to be RFC-2821 compliant | Steve Holme | |
...and made some minor coding style changes to better match the curl coding standards as well as the other email related examples. | |||
2013-12-31 | examples: Rename before adding additional email examples | Steve Holme | |
2013-12-31 | examples: Updated copyright year for recent edits | Steve Holme | |
2013-12-31 | examples: Updated SMTP examples to set CURLOPT_UPLOAD | Steve Holme | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2011-11-14 | curl_easy_setopt arguments should be of type long in the examples | Dan Fandrich | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-12-25 | Add angle brackets to addresses in easy SMTP examples, as for smtp-multi ↵ | Brad Hards | |
example. | |||
2010-12-22 | smtp-tls: add a missing newline | Brad Hards | |
Without this you won't get the next (Subject) line. | |||
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards | |
2010-12-17 | smtp-tls: new example | Brad Hards | |
This example shows how to send SMTP with TLS |