
Estimated date of creation: May 2025
Status: Online 🟢
This uses PHPMailer (which you’d have to have installed) and the SMTP protocol to send an email on a contact page. Not sure if this is possible in the same way on WIndows. I have PHPMailer installed on Linux. I used Gmail SMTP as my host. That makes it a bit easier when you’re setting this up. I’ve had this contact page send things from another email address to my Gmail address. However, I’m not sure if this works with sending from sending between like Proton and Yahoo, for instance. This is being operated by Google. Not sure how that works. The page you’re reading this on may have a contact form by the time you’re reading this, but when I wrote this, I was still figuring this out.
This is written in just an HTML document and a PHP document. It’s just forms, buttons, and when submitting, the HTML forms refers to the PHP file. It uses a POST request.
Leave a Reply