Contact

Contact Form

"; $headers = "From: " . $senderName . " <" . $senderEmail . ">"; $success = mail( $recipient, EMAIL_SUBJECT, $message."\n".$ip, $headers ); } if ( $success ) { echo "

Thanks for your message.
We try to reply within 48 hours.

"; } if ( !$success ) { echo "

An error has occured, please try again.

"; } } else { ?>