php

“; // Send the email if (mail($to, $subject, $email_content, $headers)) { echo “Thank you! Your message has been sent.”; } else { echo “Oops! Something went wrong and we couldn’t send your message.”; } } ?>