From bcadd534ee3d10888a7c95394f0d413ecc050d25 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sat, 21 Sep 2002 15:03:24 +0000 Subject: [PATCH] - Forgot to add an extra space. --- win32/sendmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/sendmail.c b/win32/sendmail.c index fe809a1053..8e4581595e 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -265,7 +265,7 @@ int TSendMail(char *host, int *error, char **error_message, return FAILURE; } snprintf(*error_message, HOST_NAME_LEN + 128, - "Failed to connect to mailserver at \"%s\" port %d, verify your \"SMTP\"" + "Failed to connect to mailserver at \"%s\" port %d, verify your \"SMTP\" " "and \"smtp_port\" setting in php.ini or use ini_set()", MailHost, !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); return FAILURE; -- 2.40.0