APIHEP ONLINE IT SUPPORT COMPANY

Contact Us

\r\n”; $headers .= “Reply-To: $email\r\n”; $headers .= “Content-Type: text/plain; charset=UTF-8\r\n”; if (mail($to, $subject, $message, $headers)) { echo “

Message sent successfully!

“; } else { echo “

Error sending message. Please try again.

“; } } ?>