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]