Commit 7dc9393d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

smtp-multi: put recipient within <brackets>

Even if libcurl might to do it for us, it is more correct.
parent 2dded8fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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