Home
last modified time | relevance | path

Searched refs:TSendMail (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/win32/
H A Dsendmail.h35 PHPAPI int TSendMail(char *smtpaddr, int *returnerror, char **error_message,
H A Dsendmail.c179 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail() function
/PHP-7.4/ext/standard/
H A Dmail.c539 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4164 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()
/PHP-7.4/
H A DNEWS2102 . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

Completed in 36 milliseconds