diff options
| author | Markus Fischer <mfischer@php.net> | 2002-09-21 15:03:24 +0000 |
|---|---|---|
| committer | Markus Fischer <mfischer@php.net> | 2002-09-21 15:03:24 +0000 |
| commit | bcadd534ee3d10888a7c95394f0d413ecc050d25 (patch) | |
| tree | efd3c1c584a65114b5cd056fdfb8e35105dfb570 /win32/sendmail.c | |
| parent | 9980cf5f536c6f0cbe0178c524eabfc282422e84 (diff) | |
| download | php-git-bcadd534ee3d10888a7c95394f0d413ecc050d25.tar.gz | |
- Forgot to add an extra space.
Diffstat (limited to 'win32/sendmail.c')
| -rw-r--r-- | win32/sendmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
