Searched defs:sendmail (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | mail.c | 51 #include "win32/sendmail.h" 234 FILE *sendmail; local 328 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); 334 sendmail = popen(sendmail_cmd, "w"); 340 if (sendmail) { 344 pclose(sendmail); 355 fprintf(sendmail, "To: %s\n", to); 356 fprintf(sendmail, "Subject: %s\n", subject); 358 fprintf(sendmail, "%s\n", hdr); 360 fprintf(sendmail, "\ [all...] |
Completed in 12 milliseconds