SeleniMail is a Python automation project that combines Selenium and SMTP to:
- Generate a random email address.
- Enter it into a demo registration form using Selenium.
- Send the generated email to your inbox automatically using SMTP.
- β
Random email generation with
uuid - β Automated form filling using Selenium
- β Email delivery via SMTP (Gmail)
- β HTML email formatting for clean results
- β Easy-to-run single Python script
- Python 3.x
- Selenium (for browser automation)
- smtplib & email.message (for sending emails)
- uuid (for generating unique emails)
- ChromeDriver (for Selenium browser automation)