Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_mail.h23 PHPAPI extern int php_mail(const char *to, const char *subject, const char *message, const char *he…
H A Dmail.c284 …if (php_mail(to_r, subject_r, message, headers_str && ZSTR_LEN(headers_str) ? ZSTR_VAL(headers_str… in PHP_FUNCTION()
375 PHPAPI int php_mail(const char *to, const char *subject, const char *message, const char *headers, … in php_mail() function
H A Dbasic_functions.c1464 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3725 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()

Completed in 31 milliseconds