Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c441 FILE *sendmail; in php_mail() local
552 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
558 sendmail = popen(sendmail_cmd, "w"); in php_mail()
564 if (sendmail) { in php_mail()
568 pclose(sendmail); in php_mail()
579 fprintf(sendmail, "To: %s%s", to, line_sep); in php_mail()
580 fprintf(sendmail, "Subject: %s%s", subject, line_sep); in php_mail()
582 fprintf(sendmail, "%s%s", hdr, line_sep); in php_mail()
584 fprintf(sendmail, "%s%s%s", line_sep, message, line_sep); in php_mail()
585 int 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.yml65 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.w32309 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/php-src/
H A Dphp.ini-development1068 ; https://php.net/sendmail-from
1071 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1072 ; https://php.net/sendmail-path
1076 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1070 ; https://php.net/sendmail-from
1073 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1074 ; https://php.net/sendmail-path
1078 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.ac305 dnl Find sendmail binary.
/php-src/build/
H A Dphp.m41603 dnl Search for the sendmail binary.
1607 AC_PATH_PROG([PROG_SENDMAIL], [sendmail], [], [$PATH:$PHP_ALT_PATH])
1608 AS_VAR_IF([PROG_SENDMAIL],, [PROG_SENDMAIL=/usr/sbin/sendmail
/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 186 milliseconds