Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmail.c469 FILE *sendmail; in php_mail() local
570 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
576 sendmail = popen(sendmail_cmd, "w"); in php_mail()
582 if (sendmail) { in php_mail()
586 pclose(sendmail); in php_mail()
597 fprintf(sendmail, "To: %s\n", to); in php_mail()
598 fprintf(sendmail, "Subject: %s\n", subject); in php_mail()
600 fprintf(sendmail, "%s\n", hdr); in php_mail()
602 fprintf(sendmail, "\n%s\n", message); in php_mail()
603 ret = pclose(sendmail); in php_mail()
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt52 echo hash('crc32c', "The major problem is with sendmail. -Mark Horton"), "\n";
/PHP-7.4/ext/imap/
H A Dphp_imap.c4049 FILE *sendmail; in _php_imap_mail()
4179 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
4180 if (sendmail) { in _php_imap_mail()
4181 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); in _php_imap_mail()
4182 fprintf(sendmail, "To: %s\n", to); in _php_imap_mail()
4183 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4184 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail()
4185 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail()
4187 fprintf(sendmail, "%s\n", headers); in _php_imap_mail()
4189 fprintf(sendmail, "\n%s\n", message); in _php_imap_mail()
[all …]
/PHP-7.4/win32/build/
H A Dconfig.w32270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/PHP-7.4/
H A Dphp.ini-development1075 ; http://php.net/sendmail-from
1078 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1079 ; http://php.net/sendmail-path
1083 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1075 ; http://php.net/sendmail-from
1078 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1079 ; http://php.net/sendmail-path
1083 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.ac369 dnl Find sendmail binary.
/PHP-7.4/build/
H A Dphp.m41732 dnl Search for the sendmail binary.
1736 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in435 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25373 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
25374 # sendmail: file(1) magic for sendmail config files
25385 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
25387 # by older sendmail. til version 8.6 support for frozen configuration files is removed
25389 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
25391 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
25401 # sendmail: file(1) magic for sendmail m4(1) files
25404 # i.e. files in /usr/share/sendmail/cf/
25406 0 string divert(-1)\n sendmail m4 text file
H A Dmagic25373 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
25374 # sendmail: file(1) magic for sendmail config files
25385 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
25387 # by older sendmail. til version 8.6 support for frozen configuration files is removed
25389 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
25391 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
25401 # sendmail: file(1) magic for sendmail m4(1) files
25404 # i.e. files in /usr/share/sendmail/cf/
25406 0 string divert(-1)\n sendmail m4 text file

Completed in 147 milliseconds