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/smtp-tls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/examples/smtp-tls.c') diff --git a/docs/examples/smtp-tls.c b/docs/examples/smtp-tls.c index 97119c568..276908861 100644 --- a/docs/examples/smtp-tls.c +++ b/docs/examples/smtp-tls.c @@ -16,9 +16,9 @@ * authentication and transport security. */ -#define FROM "sender@example.org" -#define TO "addressee@example.net" -#define CC "info@example.org" +#define FROM "" +#define TO "" +#define CC "" static const char *payload_text[]={ "Date: Mon, 29 Nov 2010 21:54:29 +1100\n", -- cgit v1.2.3