]> granicus.if.org Git - curl/commitdiff
smtp-multi: put recipient within <brackets>
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Dec 2010 21:18:16 +0000 (22:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Dec 2010 21:21:24 +0000 (22:21 +0100)
Even if libcurl might to do it for us, it is more correct.

docs/examples/smtp-multi.c

index 239172ba985481bb60ceb10048d315e5b22be251..e13108a4339bb62ddd6286ba6cba7c71a3c33647 100644 (file)
@@ -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 "<receipient@example.com>"
 #define MAILFROM "<realuser@example.com>"
 
 #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000