Welcome Guest, Not a member yet? Register   Sign In
Codeigniter email
#11

[eluser]GamingFusion[/eluser]
i will check that when i get home tonight thanks man for the help
#12

[eluser]GamingFusion[/eluser]
ok i tried this

Code:
$email = @mail('[email protected]','TEST','Testing 123');    
        
        if ($email)
        {
            echo 'mail sent';    
        }
        else
        {
            echo 'Mail Not Sent';    
        }


it said when i ran the function "mail sent" but i havent recieved anything in my email
#13

[eluser]Hani A.[/eluser]
By any chance, are you running codeigniter locally (localhost)? Or are you running it on a hosted server?
#14

[eluser]web_developer[/eluser]
It means something wrong with mail service. Are you testing in Live? or in Local?
because in local PC mail will not work by default, for that you need to configure smtp and Pop




Theme © iAndrew 2016 - Forum software by © MyBB