Codeigniter not sending email! |
[eluser]behnampmdg3[/eluser]
Hi; What am I doing wrong? I get the success message but it does not send the email!!!!! Quote:Your message has been successfully sent using the following protocol: mail Code: $data['message']=$_POST['special_request'];
[eluser]Tpojka[/eluser]
What is happening when exit(); is removed - some php error? ?
[eluser]behnampmdg3[/eluser]
[quote author="Tpojka" date="1383819449"]What is happening when exit(); is removed - some php error? ?[/quote]Nothing. I have a redirect after that, it redirects me ![]() Code: redirect('https://www.'.SITE.'/send_redeem/sent/'.$voucher_id, 'refresh');
[eluser]Tpojka[/eluser]
Could it be something up to provider? (Godaddy is problematic to emai sending i.e.)
[eluser]behnampmdg3[/eluser]
[quote author="Tpojka" date="1383862784"]Could it be something up to provider? (Godaddy is problematic to emai sending i.e.)[/quote]No it sends from other pages.
[eluser]Tpojka[/eluser]
To be honest I haven't use loading view with third (true) parameter. But wouldn't there be some more config data as shown on Email class page in user guide?
[eluser]behnampmdg3[/eluser]
[quote author="Tpojka" date="1383863608"]To be honest I haven't use loading view with third (true) parameter. But wouldn't there be some more config data as shown on Email class page in user guide?[/quote]Yes thats not it. It has no effect ![]() |
Welcome Guest, Not a member yet? Register Sign In |