PDA

View Full Version : Why does PHP's mail() return false?


Vincent Z
03-31-2007, 10:30 PM
Hey, I've got this very simple script in which I use mail() . I've tried two different hosts to send simply mail('wil@mailinator.com', 'hoi', 'hoi') but they both return false without any further error message.

Could it be that coincidentally both hosts have blocked using mail() on way or another?