This project demonstrates the implementation of a "Contact Us" form, designed to send user inquiries via email using SMTP. It's intended to teach how to integrate email functionality into web applications.
This demo implements a simple form where users can submit inquiries. The form collects the user's email, topic, and message, validates the email format, and sends the message using SMTP (via Gmail's SMTP server).