Lines Matching refs:mail
5 $filename = __DIR__ . "/gh7875.mail.log";
19 sendmail_path={MAIL:{PWD}/gh7875.mail.out}
20 mail.log={PWD}/gh7875.mail.log
31 touch(__DIR__ . "/gh7875.mail.log");
32 chmod(__DIR__ . "/gh7875.mail.log", 0444);
35 mail('recipient@example.com', 'Subject', 'Body', []);
39 var_dump(file_exists(__DIR__ . "/gh7875.mail.out"));
44 @chmod(__DIR__ . "/gh7875.mail.log", 0644);
45 @unlink(__DIR__ . "/gh7875.mail.log");
46 @unlink(__DIR__ . "/gh7875.mail.out");
49 mail(%s): Failed to open stream: Permission denied