Hi there!
I've just completed a new website for my band and have a contact form on the site. The PHP code is telling any form submissions to go to my E-mail address. The submission codes looks as follows:
PHP Code:
<?php
$mailTo = "
[email protected]";
$mailFrom = $_POST['emailFrom']...