diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/smtp-multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-multi.c b/docs/examples/smtp-multi.c index 239172ba9..e13108a43 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 "<receipient@example.com>" #define MAILFROM "<realuser@example.com>" #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 |