Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmail.c268 int tsm_err; in php_mail() local
340 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL … in php_mail()
345 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err)); in php_mail()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3886 int tsm_err; in _php_imap_mail() local
4003 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()
4008 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err)); in _php_imap_mail()

Completed in 17 milliseconds