I use a very basic mail(); function that is not working on all domain names.
Such as, If the $to is set to "adam@agencemoon.com" everything works fine; but if I change it to: "adam@agence-moon.com" it stops sending emails.
Does it have something to do with the "-" in the domain name?
Even if the if(mail("adam@agence-moon.com",".... ...)) {} returns TRUE the email is not being received.
This is the phpinfo() page: http://www.agence-moon.fr/squelettes/test.php


