Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmail.c467 char *tsm_errmsg = NULL; in php_mail() local
539 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
540 if (tsm_errmsg) { in php_mail()
541 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in php_mail()
542 efree(tsm_errmsg); in php_mail()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4055 char *tsm_errmsg = NULL; in _php_imap_mail() local
4164 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()
4165 if (tsm_errmsg) { in _php_imap_mail()
4166 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in _php_imap_mail()
4167 efree(tsm_errmsg); in _php_imap_mail()

Completed in 23 milliseconds