Searched refs:sendmail (Results 1 – 14 of 14) sorted by relevance
/PHP-5.5/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.5/ext/standard/tests/mail/ |
H A D | mail_variation1.phpt | 2 Test mail() function : variation invalid program for sendmail
|
/PHP-5.5/ext/imap/ |
H A D | imap.dsp | 156 SOURCE=..\..\win32\sendmail.c 168 SOURCE=..\..\win32\sendmail.h
|
H A D | php_imap.c | 3888 FILE *sendmail; in _php_imap_mail() 4018 sendmail = popen(INI_STR("sendmail_path"), "w"); in _php_imap_mail() 4019 if (sendmail) { in _php_imap_mail() 4020 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); in _php_imap_mail() 4021 fprintf(sendmail, "To: %s\n", to); in _php_imap_mail() 4022 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail() 4023 if (bcc && bcc[0]) fprintf(sendmail, "Bcc: %s\n", bcc); in _php_imap_mail() 4024 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail() 4026 fprintf(sendmail, "%s\n", headers); in _php_imap_mail() 4028 fprintf(sendmail, "\n%s\n", message); in _php_imap_mail() [all …]
|
/PHP-5.5/win32/build/ |
H A D | config.w32 | 389 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c");
|
/PHP-5.5/ |
H A D | php.ini-development | 996 ; http://php.net/sendmail-from 999 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1000 ; http://php.net/sendmail-path 1004 ; to the sendmail binary. These parameters will always replace the value of
|
H A D | php.ini-production | 996 ; http://php.net/sendmail-from 999 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). 1000 ; http://php.net/sendmail-path 1004 ; to the sendmail binary. These parameters will always replace the value of
|
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 | acinclude.m4 | 2062 dnl Search for the sendmail binary 2066 AC_PATH_PROG(PROG_SENDMAIL, sendmail,[], $PATH:$PHP_ALT_PATH)
|
H A D | NEWS | 7029 - Fixed bug #42505 (new sendmail default breaks on Netware platform) (Guenter Knauf)
|
/PHP-5.5/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.5/sapi/fpm/ |
H A D | php-fpm.conf.in | 528 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 15802 # $File: sendmail,v 1.7 2009/09/19 16:28:12 christos Exp $ 15803 # sendmail: file(1) magic for sendmail config files 15813 # sendmail: file(1) magic for sendmail m4(1) files 15816 # i.e. files in /usr/share/sendmail/cf/ 15818 0 string divert(-1)\n sendmail m4 text file
|
Completed in 108 milliseconds