PDA

View Full Version : Continuing to get SMTP mail failures??



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;
}

Hidden007
11-28-2007, 05:21 AM
Hi Smoke,

I have the same problem at the moment.

Did you get this sorted out by now?

Thank you !

shadmego
11-28-2007, 06:42 AM
What program are you using that is generating these errors?

r2b2
11-28-2007, 01:32 PM
Its possible that you have exceeded the email hourly limit - when this happens, then sending mail just fails (it doesn't tell you why unfortunately).

kgwd
11-28-2007, 03:15 PM
you must be using phpbb yh everyone has that problem if you download phpbb3 thats the one that works