Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c518 char *tsm_errmsg = NULL; in php_mail() local
521 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
522 if (tsm_errmsg) { in php_mail()
523 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in php_mail()
524 efree(tsm_errmsg); in php_mail()

Completed in 6 milliseconds