Searched defs:sendmail (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | mail.c | 49 #include "win32/sendmail.h" 232 FILE *sendmail; local 318 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); 324 sendmail = popen(sendmail_cmd, "w"); 330 if (sendmail) { 334 pclose(sendmail); 345 fprintf(sendmail, "To: %s\n", to); 346 fprintf(sendmail, "Subject: %s\n", subject); 348 fprintf(sendmail, "%s\n", hdr); 350 fprintf(sendmail, "\ [all...] |
Completed in 3 milliseconds