Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c427 FILE *sendmail; in php_mail() local
534 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
540 sendmail = popen(sendmail_cmd, "w"); in php_mail()
546 if (sendmail) { in php_mail()
550 pclose(sendmail); in php_mail()
561 fprintf(sendmail, "To: %s\r\n", to); in php_mail()
562 fprintf(sendmail, "Subject: %s\r\n", subject); in php_mail()
564 fprintf(sendmail, "%s\r\n", hdr); in php_mail()
566 fprintf(sendmail, "\r\n%s\r\n", message); in php_mail()
567 ret = pclose(sendmail); in php_mail()
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
/PHP-8.0/ext/imap/tests/
H A DREADME.md14 `apt-get install libc-client-dev libkrb5-dev dovecot-core dovecot-pop3d dovecot-imapd sendmail`
/PHP-8.0/.github/actions/apt-x64/
H A Daction.yml53 sendmail \
/PHP-8.0/ext/imap/
H A Dphp_imap.c3562 FILE *sendmail; in _php_imap_mail()
3696 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
3697 if (sendmail) { in _php_imap_mail()
3699 fprintf(sendmail, "From: %s\n", ZSTR_VAL(rpath)); in _php_imap_mail()
3702 fprintf(sendmail, "To: %s\n", ZSTR_VAL(to)); in _php_imap_mail()
3704 fprintf(sendmail, "Cc: %s\n", ZSTR_VAL(cc)); in _php_imap_mail()
3707 fprintf(sendmail, "Bcc: %s\n", ZSTR_VAL(bcc)); in _php_imap_mail()
3710 fprintf(sendmail, "Subject: %s\n", ZSTR_VAL(subject)); in _php_imap_mail()
3712 fprintf(sendmail, "%s\n", ZSTR_VAL(headers)); in _php_imap_mail()
3715 fprintf(sendmail, "\n%s\n", ZSTR_VAL(message)); in _php_imap_mail()
[all …]
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt80 echo hash('crc32c', "The major problem is with sendmail. -Mark Horton"), "\n";
/PHP-8.0/win32/build/
H A Dconfig.w32270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/PHP-8.0/build/
H A Dphp.m41711 dnl Search for the sendmail binary.
1715 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
/PHP-8.0/
H A Dphp.ini-development1082 ; http://php.net/sendmail-from
1085 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1086 ; http://php.net/sendmail-path
1090 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1084 ; http://php.net/sendmail-from
1087 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1088 ; http://php.net/sendmail-path
1092 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.ac329 dnl Find sendmail binary.
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in451 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28174 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
28175 # sendmail: file(1) magic for sendmail config files
28186 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
28188 # by older sendmail. til version 8.6 support for frozen configuration files is removed
28190 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
28192 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
28202 # sendmail: file(1) magic for sendmail m4(1) files
28205 # i.e. files in /usr/share/sendmail/cf/
28207 0 string divert(-1)\n sendmail m4 text file
H A Dmagic28174 # $File: sendmail,v 1.11 2019/04/19 00:42:27 christos Exp $
28175 # sendmail: file(1) magic for sendmail config files
28186 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
28188 # by older sendmail. til version 8.6 support for frozen configuration files is removed
28190 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
28192 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
28202 # sendmail: file(1) magic for sendmail m4(1) files
28205 # i.e. files in /usr/share/sendmail/cf/
28207 0 string divert(-1)\n sendmail m4 text file

Completed in 177 milliseconds