From 60765493047cba21e76888e36efaf0cba43ccf6d Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sat, 25 Dec 2010 11:54:41 +1100 Subject: Add angle brackets to addresses in easy SMTP examples, as for smtp-multi example. --- docs/examples/simplesmtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/simplesmtp.c') diff --git a/docs/examples/simplesmtp.c b/docs/examples/simplesmtp.c index 4144ed647..0c1f7ff87 100644 --- a/docs/examples/simplesmtp.c +++ b/docs/examples/simplesmtp.c @@ -18,10 +18,10 @@ int main(void) struct curl_slist *recipients = NULL; /* value for envelope reverse-path */ - static const char *from = "bradh@example.com"; + static const char *from = ""; /* this becomes the envelope forward-path */ - static const char *to = "bradh@example.net"; + static const char *to = ""; curl = curl_easy_init(); if(curl) { -- cgit v1.2.3