Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dmail.c379 char *tsm_errmsg = NULL; in php_mail() local
457 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
458 if (tsm_errmsg) { in php_mail()
459 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in php_mail()
460 efree(tsm_errmsg); in php_mail()
/PHP-8.1/ext/imap/
H A Dphp_imap.c3531 char *tsm_errmsg = NULL; in _php_imap_mail() local
3639 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, ZSTR_VAL(subject), in _php_imap_mail()
3641 if (tsm_errmsg) { in _php_imap_mail()
3642 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in _php_imap_mail()
3643 efree(tsm_errmsg); in _php_imap_mail()

Completed in 28 milliseconds