mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:37:16 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue