Re: stoli php mail function no mail received
<?php ini_set('mail.log','mail_log') ?>
<?php var_dump(mail('addr@domain','subject','message')) ?>
Tested today. The mail function returns bool(true), but no mail is received and nothing is logged in the php mail.log. As far as I can tell php...