Smoke
02-14-2007, 12:21 PM
Failed sending email :: PHP ::
DEBUG MODE
Line : 235
File : emailer.php
Anything I can do about this? I didn't have this problem on my last webhost. Does anyone know what this is caused from?
Here's the code from line 235 :
// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}
return true;
}
DEBUG MODE
Line : 235
File : emailer.php
Anything I can do about this? I didn't have this problem on my last webhost. Does anyone know what this is caused from?
Here's the code from line 235 :
// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}
return true;
}