mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
smtp-multi: put recipient within <brackets>
Even if libcurl might to do it for us, it is more correct.
This commit is contained in:
parent
2dded8fedb
commit
7dc9393d3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user