Welcome Guest, Not a member yet? Register   Sign In
Unable to send email using PHP mail().
#1

[eluser]emuexplosion[/eluser]
Code:
Unable to send email using PHP mail().  Your server might not be configured to send mail using this method.

What I don't understand from this print_debugger() error is that my server uses mail() just fine. If I test a simple mail using..

Code:
<?php
$mail = mail('[email protected]', 'subject', 'msg');
?>

.. it sends just fine. I'm using the same code to send an e-mail copied from another CI website I have.. the only thing that differs is the server. What about the server could cause this? Both are cPanel, one is a VPS (e-mail works), one is a dedicated server (e-mail doesn't work).. but both are setup within cPanel the same.

I'm stuck.


Messages In This Thread
Unable to send email using PHP mail(). - by El Forum - 09-20-2009, 09:45 AM
Unable to send email using PHP mail(). - by El Forum - 09-20-2009, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB