Searched refs:sendmail (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | mail.c | 475 FILE *sendmail; in php_mail() local 576 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail() 582 sendmail = popen(sendmail_cmd, "w"); in php_mail() 588 if (sendmail) { in php_mail() 592 pclose(sendmail); in php_mail() 603 fprintf(sendmail, "To: %s\n", to); in php_mail() 604 fprintf(sendmail, "Subject: %s\n", subject); in php_mail() 606 fprintf(sendmail, "%s\n", hdr); in php_mail() 608 fprintf(sendmail, "\n%s\n", message); in php_mail() 609 ret = pclose(sendmail); in php_mail()
|
/PHP-7.2/ext/standard/tests/mail/ |
H A D | mail_variation1.phpt | 2 Test mail() function : variation invalid program for sendmail
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 3944 FILE *sendmail; in _php_imap_mail() 4074 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail() 4075 if (sendmail) { in _php_imap_mail() 4076 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); in _php_imap_mail() 4077 fprintf(sendmail, "To: %s\n", to); in _php_imap_mail() 4078 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail() 4079 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail() 4080 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail() 4082 fprintf(sendmail, "%s\n", headers); in _php_imap_mail() 4084 fprintf(sendmail, "\n%s\n", message); in _php_imap_mail() [all …]
|
/PHP-7.2/win32/build/ |
H A D | config.w32 | 254 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
|
/PHP-7.2/ |
H A D | php.ini-development | 1052 ; http://php.net/sendmail-from 1055 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1056 ; http://php.net/sendmail-path 1060 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | php.ini-production | 1054 ; http://php.net/sendmail-from 1057 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1058 ; http://php.net/sendmail-path 1062 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | acinclude.m4 | 2053 dnl Search for the sendmail binary 2057 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
|
H A D | configure.ac | 389 dnl Find sendmail binary
|
H A D | NEWS | 2036 . Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
|
/PHP-7.2/sapi/fpm/ |
H A D | www.conf.in | 419 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 21826 # $File: sendmail,v 1.9 2017/03/17 21:35:28 christos Exp $ 21827 # sendmail: file(1) magic for sendmail config files 21838 # http://www.sendmail.com/sm/open_source/docs/older_release_notes/ 21840 # by older sendmail. til version 8.6 support for frozen configuration files is removed 21842 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf" 21844 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc 21854 # sendmail: file(1) magic for sendmail m4(1) files 21857 # i.e. files in /usr/share/sendmail/cf/ 21859 0 string divert(-1)\n sendmail m4 text file
|
H A D | magic私はガラスを食べられます | 21826 # $File: sendmail,v 1.9 2017/03/17 21:35:28 christos Exp $ 21827 # sendmail: file(1) magic for sendmail config files 21838 # http://www.sendmail.com/sm/open_source/docs/older_release_notes/ 21840 # by older sendmail. til version 8.6 support for frozen configuration files is removed 21842 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf" 21844 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc 21854 # sendmail: file(1) magic for sendmail m4(1) files 21857 # i.e. files in /usr/share/sendmail/cf/ 21859 0 string divert(-1)\n sendmail m4 text file
|
Completed in 159 milliseconds