Welcome Guest, Not a member yet? Register   Sign In
I am new and in problem - mail library - sending emails using SMTP
#3

[eluser]verynewtothis[/eluser]
I don't have access to php.ini file so I did this in the constructor:
Code:
function __construct()
    {
        ini_set("SMTP","mail.fgdf.com");
        ini_set("smtp_port",25);
        parent::Controller();    
        //More Stuff
    }

Same error..


Messages In This Thread
I am new and in problem - mail library - sending emails using SMTP - by El Forum - 06-29-2009, 05:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB