Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dmail.c381 FILE *sendmail; in php_mail() local
488 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
494 sendmail = popen(sendmail_cmd, "w"); in php_mail()
500 if (sendmail) { in php_mail()
504 pclose(sendmail); in php_mail()
515 fprintf(sendmail, "To: %s\r\n", to); in php_mail()
516 fprintf(sendmail, "Subject: %s\r\n", subject); in php_mail()
518 fprintf(sendmail, "%s\r\n", hdr); in php_mail()
520 fprintf(sendmail, "\r\n%s\r\n", message); in php_mail()
521 ret = pclose(sendmail); in php_mail()
/PHP-8.1/ext/standard/tests/mail/
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
/PHP-8.1/.github/actions/apt-x64/
H A Daction.yml53 sendmail \
/PHP-8.1/ext/imap/tests/
H A DREADME.md14 `apt-get install libc-client-dev libkrb5-dev dovecot-core dovecot-pop3d dovecot-imapd sendmail`
/PHP-8.1/.circleci/
H A Dconfig.yml78 sendmail \
/PHP-8.1/ext/imap/
H A Dphp_imap.c3521 FILE *sendmail; in _php_imap_mail()
3655 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
3656 if (sendmail) { in _php_imap_mail()
3658 fprintf(sendmail, "From: %s\n", ZSTR_VAL(rpath)); in _php_imap_mail()
3661 fprintf(sendmail, "To: %s\n", ZSTR_VAL(to)); in _php_imap_mail()
3663 fprintf(sendmail, "Cc: %s\n", ZSTR_VAL(cc)); in _php_imap_mail()
3666 fprintf(sendmail, "Bcc: %s\n", ZSTR_VAL(bcc)); in _php_imap_mail()
3669 fprintf(sendmail, "Subject: %s\n", ZSTR_VAL(subject)); in _php_imap_mail()
3671 fprintf(sendmail, "%s\n", ZSTR_VAL(headers)); in _php_imap_mail()
3674 fprintf(sendmail, "\n%s\n", ZSTR_VAL(message)); in _php_imap_mail()
[all …]
/PHP-8.1/ext/hash/tests/
H A Dcrc32.phpt80 echo hash('crc32c', "The major problem is with sendmail. -Mark Horton"), "\n";
/PHP-8.1/win32/build/
H A Dconfig.w32283 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/PHP-8.1/build/
H A Dphp.m41726 dnl Search for the sendmail binary.
1730 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
/PHP-8.1/
H A Dphp.ini-development1087 ; https://php.net/sendmail-from
1090 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1091 ; https://php.net/sendmail-path
1095 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1089 ; https://php.net/sendmail-from
1092 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1093 ; https://php.net/sendmail-path
1097 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.ac331 dnl Find sendmail binary.
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in465 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic30046 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
30047 # sendmail: file(1) magic for sendmail config files
30058 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
30060 # by older sendmail. til version 8.6 support for frozen configuration files is removed
30062 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
30064 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
30074 # sendmail: file(1) magic for sendmail m4(1) files
30077 # i.e. files in /usr/share/sendmail/cf/
30079 0 string divert(-1)\n sendmail m4 text file
H A Dmagic私はガラスを食べられます30046 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
30047 # sendmail: file(1) magic for sendmail config files
30058 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
30060 # by older sendmail. til version 8.6 support for frozen configuration files is removed
30062 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
30064 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
30074 # sendmail: file(1) magic for sendmail m4(1) files
30077 # i.e. files in /usr/share/sendmail/cf/
30079 0 string divert(-1)\n sendmail m4 text file

Completed in 187 milliseconds