Searched refs:sendmail (Results 1 – 15 of 15) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | mail.c | 271 FILE *sendmail; in php_mail() local 371 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); in php_mail() 377 sendmail = popen(sendmail_cmd, "w"); in php_mail() 383 if (sendmail) { in php_mail() 387 pclose(sendmail); in php_mail() 398 fprintf(sendmail, "To: %s\n", to); in php_mail() 399 fprintf(sendmail, "Subject: %s\n", subject); in php_mail() 401 fprintf(sendmail, "%s\n", hdr); in php_mail() 403 fprintf(sendmail, "\n%s\n", message); in php_mail() 404 ret = pclose(sendmail); in php_mail()
|
/PHP-5.6/ext/standard/tests/mail/ |
H A D | mail_variation1.phpt | 2 Test mail() function : variation invalid program for sendmail
|
/PHP-5.6/ext/imap/ |
H A D | imap.dsp | 156 SOURCE=..\..\win32\sendmail.c 168 SOURCE=..\..\win32\sendmail.h
|
H A D | php_imap.c | 3913 FILE *sendmail; in _php_imap_mail() 4043 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail() 4044 if (sendmail) { in _php_imap_mail() 4045 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); in _php_imap_mail() 4046 fprintf(sendmail, "To: %s\n", to); in _php_imap_mail() 4047 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail() 4048 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail() 4049 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail() 4051 fprintf(sendmail, "%s\n", headers); in _php_imap_mail() 4053 fprintf(sendmail, "\n%s\n", message); in _php_imap_mail() [all …]
|
/PHP-5.6/win32/build/ |
H A D | config.w32 | 389 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c");
|
/PHP-5.6/win32/ |
H A D | php5dll.dsp | 1543 SOURCE=..\win32\sendmail.c 1603 SOURCE=..\win32\sendmail.h
|
H A D | php5dllts.dsp | 2386 SOURCE=..\win32\sendmail.c 2459 SOURCE=..\win32\sendmail.h
|
/PHP-5.6/ |
H A D | configure.in | 337 PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS, PHP_GLOBAL_OBJS) 420 dnl Find sendmail binary
|
H A D | php.ini-development | 1032 ; http://php.net/sendmail-from 1035 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1036 ; http://php.net/sendmail-path 1040 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | php.ini-production | 1032 ; http://php.net/sendmail-from 1035 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1036 ; http://php.net/sendmail-path 1040 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | acinclude.m4 | 2062 dnl Search for the sendmail binary 2066 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
|
H A D | NEWS | 8607 - Fixed bug #42505 (new sendmail default breaks on Netware platform) (Guenter Knauf)
|
/PHP-5.6/sapi/fpm/ |
H A D | www.conf.in | 409 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
H A D | php-fpm.conf.in | 539 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 16872 # $File: sendmail,v 1.7 2009/09/19 16:28:12 christos Exp $ 16873 # sendmail: file(1) magic for sendmail config files 16883 # sendmail: file(1) magic for sendmail m4(1) files 16886 # i.e. files in /usr/share/sendmail/cf/ 16888 0 string divert(-1)\n sendmail m4 text file
|
Completed in 96 milliseconds