Welcome Guest, Not a member yet? Register   Sign In
No Error, but also no any thing!! E-mailing seems impossible! Any suggestions?
#2

[eluser]ad0mw[/eluser]
Solved I think ...

changed

Code:
function __construct()
    {
        parent::Controller();
    }

to
Code:
function emailer()
    {
        parent::Controller();
    }

mail sends no problem.. hmm


Messages In This Thread
No Error, but also no any thing!! E-mailing seems impossible! Any suggestions? - by El Forum - 04-07-2011, 12:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB