I want to send a mail with PHP using Kerio MailServer. This is my code:
<?php
mail("*****@hotmail.com","subject","message","from:*******@hotmail.com");
?>
But when I try that, it says:
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Relaying to <****@hotmail.com> denied...