Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c418 FILE *sendmail; in php_mail() local
527 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
533 sendmail = popen(sendmail_cmd, "w"); in php_mail()
539 if (sendmail) { in php_mail()
543 pclose(sendmail); in php_mail()
554 fprintf(sendmail, "To: %s%s", to, line_sep); in php_mail()
555 fprintf(sendmail, "Subject: %s%s", subject, line_sep); in php_mail()
557 fprintf(sendmail, "%s%s", hdr, line_sep); in php_mail()
559 fprintf(sendmail, "%s%s%s", line_sep, message, line_sep); in php_mail()
560 ret = pclose(sendmail); in php_mail()
/php-src/ext/standard/tests/mail/
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
/php-src/.github/actions/apt-x64/
H A Daction.yml64 sendmail \
/php-src/.circleci/
H A Dconfig.yml73 sendmail \
/php-src/ext/hash/tests/
H A Dcrc32.phpt80 echo hash('crc32c', "The major problem is with sendmail. -Mark Horton"), "\n";
/php-src/win32/build/
H A Dconfig.w32308 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/php-src/build/
H A Dphp.m41616 dnl Search for the sendmail binary.
1620 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
/php-src/
H A Dphp.ini-development1082 ; https://php.net/sendmail-from
1085 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1086 ; https://php.net/sendmail-path
1090 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1084 ; https://php.net/sendmail-from
1087 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1088 ; https://php.net/sendmail-path
1092 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.ac336 dnl Find sendmail binary.
/php-src/sapi/fpm/
H A Dwww.conf.in486 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます34872 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
34873 # sendmail: file(1) magic for sendmail config files
34884 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
34886 # by older sendmail. til version 8.6 support for frozen configuration files is removed
34888 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
34890 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
34900 # sendmail: file(1) magic for sendmail m4(1) files
34903 # i.e. files in /usr/share/sendmail/cf/
34905 0 string divert(-1)\n sendmail m4 text file
H A Dmagic34872 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
34873 # sendmail: file(1) magic for sendmail config files
34884 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
34886 # by older sendmail. til version 8.6 support for frozen configuration files is removed
34888 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
34890 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
34900 # sendmail: file(1) magic for sendmail m4(1) files
34903 # i.e. files in /usr/share/sendmail/cf/
34905 0 string divert(-1)\n sendmail m4 text file

Completed in 182 milliseconds