This project is a simple Email Sender built with Python that allows you to send emails automatically using the SMTP protocol.
⚙️ How It Works
Connects to an SMTP server (e.g., Gmail).
Logs in using your credentials.
Builds an email message (text + HTML).
Sends it to the recipient.