aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-tls.c
AgeCommit message (Collapse)Author
2011-11-14curl_easy_setopt arguments should be of type long in the examplesDan Fandrich
2011-03-10sources: update source headersDaniel 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-25Add angle brackets to addresses in easy SMTP examples, as for smtp-multi ↵Brad Hards
example.
2010-12-22smtp-tls: add a missing newlineBrad Hards
Without this you won't get the next (Subject) line.
2010-12-18smtp-tls: add Message-ID: headerBrad Hards
2010-12-17smtp-tls: new exampleBrad Hards
This example shows how to send SMTP with TLS