No it does not work, this is my test mail script Test Mail. It went to "Mail Sent." without any errors, but I didn't receive any email at all:
<?php
$to = "test@hero1711.com";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "test@hero1711.com";
$headers...