Strange things happening to me. I\'m trying to send a HTML mail, using the php mail() function, but no luck here. Even when I copy/paste a piece of code literal
mail()
I recommend you to use a mailer class. They give you the possibility to use smtp auth, so every mail will be passed through. A few examples: