From: Daniel Stenberg Date: Thu, 23 Dec 2010 21:18:16 +0000 (+0100) Subject: smtp-multi: put recipient within X-Git-Tag: curl-7_21_4~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dc9393d3b1d78f9bc4349b28cff3c58b76a0d2b;p=thirdparty%2Fcurl.git smtp-multi: put recipient within Even if libcurl might to do it for us, it is more correct. --- diff --git a/docs/examples/smtp-multi.c b/docs/examples/smtp-multi.c index 239172ba98..e13108a433 100644 --- a/docs/examples/smtp-multi.c +++ b/docs/examples/smtp-multi.c @@ -21,7 +21,7 @@ #define SMTPSERVER "smtp.example.com" #define SMTPPORT ":587" /* it is a colon+port string, but you can set it to "" to use the default port */ -#define RECEPIENT "receipient@example.com" +#define RECEPIENT "" #define MAILFROM "" #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000