Hi all. I'm working on a new server and for some reason I can't seem to send mail using the mail() function.
Here's the code:
mail("gossep@unbc.ca", "Test Subject", "Line 1\nLine 2\nLine 3");
On the new server it doesn't work, but on my old server it works just fine.
Here's the php info file for the server where it doesn't work:
http://waddington.unbc.ca/phpinfo.php
Can anyone see what the problem is?
Thanks in advance,
Pablo