Code: Select all
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : emailer.php
dunno if it is the wrong section, but I can't see what's wrong...
Code: Select all
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : emailer.php
Ziet wrote:MOTOKO_KUSANAGI wrote:what email you useing for your Admin email
cos hotmail and yahoo well not work
I'm using Gmail
MOTOKO_KUSANAGI wrote: Gmail is like hotmail and yahoo
you need mail that uses smtp and pop3
best for this is bluebottle
as it has smtp & pop3
and what i use for my nuke forum and phpbb forum
Ran into problems sending Mail. Response: 550 5.7.1 ... Relaying denied. Unknown user.
DEBUG MODE
Line : 164
File : smtp.php
Ziet wrote: In my forum when you try to register it says
and there isn't any "emailer.php"Code: Select all
Failed sending email :: PHP :: DEBUG MODE Line : 234 File : emailer.php
dunno if it is the wrong section, but I can't see what's wrong...
geocator wrote: Of course you have an emailer.php, if you did not you would get a diffrent error. As to the error, it means that you cannot use the php mail() function. You will need to set up your board to use SMTP.