mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Win32 mail() is no longer case-sensitive when it comes to match for any headers
(e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :)
This commit is contained in:
parent
34941b1ba6
commit
aec7987d9e
2 changed files with 118 additions and 63 deletions
|
@ -34,7 +34,7 @@
|
|||
int TSendMail(char *smtpaddr, int *returnerror, char **error_message,
|
||||
char *RPath, char *Subject, char *mailTo, char *data);
|
||||
void TSMClose(void);
|
||||
int SendText(char *RPath, char *Subject, char *mailTo, char *data, char *headers, char **error_message);
|
||||
int SendText(char *RPath, char *Subject, char *mailTo, char *data, char *headers, char *headers_lc, char **error_message);
|
||||
char *GetSMErrorText(int index);
|
||||
|
||||
int MailConnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue