Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmail.c208 FILE *sendmail; in php_mail() local
291 sendmail = popen(sendmail_cmd, "wb"); in php_mail()
297 sendmail = popen(sendmail_cmd, "w"); in php_mail()
303 if (sendmail) { in php_mail()
307 pclose(sendmail); in php_mail()
318 fprintf(sendmail, "To: %s\n", to); in php_mail()
319 fprintf(sendmail, "Subject: %s\n", subject); in php_mail()
321 fprintf(sendmail, "%s\n", hdr); in php_mail()
323 fprintf(sendmail, "\n%s\n", message); in php_mail()
324 ret = pclose(sendmail); in php_mail()
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation1.phpt2 Test mail() function : variation invalid program for sendmail
/PHP-5.3/ext/imap/
H A Dimap.dsp156 SOURCE=..\..\win32\sendmail.c
168 SOURCE=..\..\win32\sendmail.h
H A Dphp_imap.c3897 FILE *sendmail; in _php_imap_mail()
4027 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail()
4028 if (sendmail) { in _php_imap_mail()
4029 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); in _php_imap_mail()
4030 fprintf(sendmail, "To: %s\n", to); in _php_imap_mail()
4031 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4032 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail()
4033 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail()
4035 fprintf(sendmail, "%s\n", headers); in _php_imap_mail()
4037 fprintf(sendmail, "\n%s\n", message); in _php_imap_mail()
[all …]
/PHP-5.3/win32/build/
H A Dconfig.w32355 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c");
/PHP-5.3/
H A Dphp.ini-development1101 ; http://php.net/sendmail-from
1104 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1105 ; http://php.net/sendmail-path
1109 ; to the sendmail binary. These parameters will always replace the value of
H A Dphp.ini-production1101 ; http://php.net/sendmail-from
1104 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
1105 ; http://php.net/sendmail-path
1109 ; to the sendmail binary. These parameters will always replace the value of
H A Dconfigure.in259 PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS, PHP_GLOBAL_OBJS)
344 dnl Find sendmail binary
H A Dacinclude.m42051 dnl Search for the sendmail binary
2055 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
H A DNEWS3979 - Fixed bug #42505 (new sendmail default breaks on Netware platform) (Guenter Knauf)
/PHP-5.3/win32/
H A Dphp5dll.dsp1555 SOURCE=..\win32\sendmail.c
1615 SOURCE=..\win32\sendmail.h
H A Dphp5dllts.dsp2398 SOURCE=..\win32\sendmail.c
2471 SOURCE=..\win32\sendmail.h
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in506 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic13428 # $File: sendmail,v 1.7 2009/09/19 16:28:12 christos Exp $
13429 # sendmail: file(1) magic for sendmail config files
13439 # sendmail: file(1) magic for sendmail m4(1) files
13442 # i.e. files in /usr/share/sendmail/cf/
13444 0 string divert(-1)\n sendmail m4 text file

Completed in 116 milliseconds