Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmail.c211 char *sendmail_cmd = NULL; in php_mail() local
275 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
277 sendmail_cmd = sendmail_path; in php_mail()
291 sendmail = popen(sendmail_cmd, "wb"); in php_mail()
297 sendmail = popen(sendmail_cmd, "w"); in php_mail()
300 efree (sendmail_cmd); in php_mail()

Completed in 5 milliseconds