Whatever kind of email functions I am using I am receiving errors.
Even for this simple code I am receiving Server Error:
<?php
mail("info@ntgc.ca","comments on newsletter",'Hi');
?>
I suspect that it is configuration problem, somehow nor mail function, neither imap_open are found by PHP.