mail() not working

I using this simple code to send a test message if I put in my url it won’t send, more like it sends but never gets received no matter what email account I use. If I put in another url it works fine.

Does anyone know what causes that and how I can go about fixing it??

in this code I added a ‘2’ to the url and it works, take the 2 out - nothing

[php]<?php
mail(‘[email protected]’, ‘Account Info’, ‘is this working? www.wlsingle2s.com’);
?>[/php]

I am trying this code out on 2 different servers and it definity stops when I enter the one particular url - how do I check why?

Sponsor our Newsletter | Privacy Policy | Terms of Service