@@ -65,28 +65,28 @@ char *php_mailer = "PHP 7 WIN32";
65
65
/* Error messages */
66
66
static char * ErrorMessages [] =
67
67
{
68
- { "Success" } , /* 0 */
69
- { "Bad arguments from form" } , /* 1 */
70
- { "Unable to open temporary mailfile for read" } ,
71
- { "Failed to Start Sockets" } ,
72
- { "Failed to Resolve Host" } ,
73
- { "Failed to obtain socket handle" } , /* 5 */
74
- { "Failed to connect to mailserver, verify your \"SMTP\" setting in php.ini" } ,
75
- { "Failed to Send" } ,
76
- { "Failed to Receive" } ,
77
- { "Server Error" } ,
78
- { "Failed to resolve the host IP name" } , /* 10 */
79
- { "Out of memory" } ,
80
- { "Unknown error" } ,
81
- { "Bad Message Contents" } ,
82
- { "Bad Message Subject" } ,
83
- { "Bad Message destination" } , /* 15 */
84
- { "Bad Message Return Path" } ,
85
- { "Bad Mail Host" } ,
86
- { "Bad Message File" } ,
87
- { "\"sendmail_from\" not set in php.ini or custom \"From:\" header missing" } ,
88
- { "Mailserver rejected our \"sendmail_from\" setting" } , /* 20 */
89
- { "Error while trimming mail header with PCRE, please file a bug report at https://github.com/php/php-src/issues" } /* 21 */
68
+ "Success" , /* 0 */
69
+ "Bad arguments from form" , /* 1 */
70
+ "Unable to open temporary mailfile for read" ,
71
+ "Failed to Start Sockets" ,
72
+ "Failed to Resolve Host" ,
73
+ "Failed to obtain socket handle" , /* 5 */
74
+ "Failed to connect to mailserver, verify your \"SMTP\" setting in php.ini" ,
75
+ "Failed to Send" ,
76
+ "Failed to Receive" ,
77
+ "Server Error" ,
78
+ "Failed to resolve the host IP name" , /* 10 */
79
+ "Out of memory" ,
80
+ "Unknown error" ,
81
+ "Bad Message Contents" ,
82
+ "Bad Message Subject" ,
83
+ "Bad Message destination" , /* 15 */
84
+ "Bad Message Return Path" ,
85
+ "Bad Mail Host" ,
86
+ "Bad Message File" ,
87
+ "\"sendmail_from\" not set in php.ini or custom \"From:\" header missing" ,
88
+ "Mailserver rejected our \"sendmail_from\" setting" , /* 20 */
89
+ "Error while trimming mail header with PCRE, please file a bug report at https://github.com/php/php-src/issues" /* 21 */
90
90
};
91
91
92
92
/* This pattern converts all single occurrences of \n (Unix)
0 commit comments