Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-12 | smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additions | Steve Holme | |
2014-01-12 | examples: Added comments to SMTP multi example based on other MAIL examples | Steve Holme | |
2014-01-12 | examples: Removed user information and TLS setup from SMTP multi example | Steve Holme | |
Simplified the SMTP multi example as this example should demonstrate the differences the easy and multi interfaces rather than introduce new concepts such as user authentication and TLS which are shown in the TLS and SSL examples. | |||
2014-01-05 | examples: Added required libcurl version information to SMTP 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: Updated SMTP multi example to be more realistic | Steve Holme | |
Updated the contents of the email and payload callback as per the IMAP and other SMTP examples. | |||
2013-12-31 | examples: Updated copyright year for recent edits | Steve Holme | |
2013-12-31 | examples: Corrected incorrect indentation in smtp-multi.c | Steve Holme | |
2013-12-31 | examples: Updated SMTP examples to set CURLOPT_UPLOAD | Steve Holme | |
2012-07-04 | Removed non-used variable. | 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 | Use angle address, as for the rest of the example. | Brad Hards | |
Also spelling fix for RECIPIENT #define. | |||
2010-12-23 | smtp-multi: put recipient within <brackets> | Daniel Stenberg | |
Even if libcurl might to do it for us, it is more correct. | |||
2010-11-04 | multi use: call multi_perform even on select() timeouts | Daniel Stenberg | |
2010-11-04 | example: add smtp-multi.c | Daniel Stenberg | |
An example application source code sending SMTP mail with the multi interface. It is based on the code Alona Rossen provided, which in turn is based on existing example/test code, and I converted it even more into a decent example with a fair multi API use, put the info required to edit at the top and I added some comments. |