Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c443 char *sendmail_cmd = NULL; in php_mail() local
536 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
538 sendmail_cmd = sendmail_path; in php_mail()
552 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
558 sendmail = popen(sendmail_cmd, "w"); in php_mail()
561 efree (sendmail_cmd); in php_mail()

Completed in 5 milliseconds