Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dsendmail.h35 PHPAPI int TSendMail(const char *host, int *error, char **error_message,
H A Dsendmail.c179 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail() function
/PHP-8.0/ext/standard/
H A Dmail.c503 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
/PHP-8.0/ext/imap/
H A Dphp_imap.c3680 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, ZSTR_VAL(subject), in _php_imap_mail()

Completed in 33 milliseconds