Searched refs:sendmail (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | mail.c | 418 FILE *sendmail; in php_mail() local 527 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail() 533 sendmail = popen(sendmail_cmd, "w"); in php_mail() 539 if (sendmail) { in php_mail() 543 pclose(sendmail); in php_mail() 554 fprintf(sendmail, "To: %s%s", to, line_sep); in php_mail() 555 fprintf(sendmail, "Subject: %s%s", subject, line_sep); in php_mail() 557 fprintf(sendmail, "%s%s", hdr, line_sep); in php_mail() 559 fprintf(sendmail, "%s%s%s", line_sep, message, line_sep); in php_mail() 560 ret = pclose(sendmail); in php_mail()
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | mail_variation1.phpt | 2 Test mail() function : variation invalid program for sendmail
|
/PHP-8.2/.github/actions/apt-x64/ |
H A D | action.yml | 53 sendmail \
|
/PHP-8.2/ext/imap/tests/ |
H A D | README.md | 14 `apt-get install libc-client-dev libkrb5-dev dovecot-core dovecot-pop3d dovecot-imapd sendmail`
|
/PHP-8.2/.circleci/ |
H A D | config.yml | 78 sendmail \
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.c | 3369 FILE *sendmail; in _php_imap_mail() 3503 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail() 3504 if (sendmail) { in _php_imap_mail() 3506 fprintf(sendmail, "From: %s\n", ZSTR_VAL(rpath)); in _php_imap_mail() 3509 fprintf(sendmail, "To: %s\n", ZSTR_VAL(to)); in _php_imap_mail() 3511 fprintf(sendmail, "Cc: %s\n", ZSTR_VAL(cc)); in _php_imap_mail() 3514 fprintf(sendmail, "Bcc: %s\n", ZSTR_VAL(bcc)); in _php_imap_mail() 3517 fprintf(sendmail, "Subject: %s\n", ZSTR_VAL(subject)); in _php_imap_mail() 3519 fprintf(sendmail, "%s\n", ZSTR_VAL(headers)); in _php_imap_mail() 3522 fprintf(sendmail, "\n%s\n", ZSTR_VAL(message)); in _php_imap_mail() [all …]
|
/PHP-8.2/ext/hash/tests/ |
H A D | crc32.phpt | 80 echo hash('crc32c', "The major problem is with sendmail. -Mark Horton"), "\n";
|
/PHP-8.2/win32/build/ |
H A D | config.w32 | 314 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
|
/PHP-8.2/build/ |
H A D | php.m4 | 1714 dnl Search for the sendmail binary. 1718 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH)
|
/PHP-8.2/ |
H A D | php.ini-development | 1088 ; https://php.net/sendmail-from 1091 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1092 ; https://php.net/sendmail-path 1096 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | php.ini-production | 1090 ; https://php.net/sendmail-from 1093 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1094 ; https://php.net/sendmail-path 1098 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | configure.ac | 340 dnl Find sendmail binary.
|
/PHP-8.2/sapi/fpm/ |
H A D | www.conf.in | 486 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 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
|
H A D | magic私はガラスを食べられます | 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 151 milliseconds