AutoMailX is an AI-powered email management system that helps users efficiently organize, prioritize, and respond to emails with smart automation features.
Managing emails can be overwhelming, with important messages often buried under spam or low-priority emails.
People spend hours sorting, reading, and replying to emails, which affects productivity.
Without an intelligent system to categorize and manage emails effectively, users struggle to maintain an organized inbox.
AutoMailX leverages AI to streamline email management:
- ✅ Automatically categorizes emails
- ✅ Highlights priority messages
- ✅ Provides AI-generated insights and responses
This allows users to stay organized, save time, and focus on what matters most.
🔹 Backend: Node.js, Express.js, Passport.js (Google Authentication)
🔹 Frontend: React, Tailwind CSS
🔹 Database: MongoDB
✔ Smart Inbox: Automatically organizes emails based on priority
✔ Priority Emails: Identifies and highlights important messages
✔ AI Insights: Provides smart suggestions and auto-generated responses
✅ Yes
- 🏷 Classification
- ✍ Generation
- 🔍 Extraction
| Dashboard | AI Insights |
|---|---|
![]() |
![]() |
👥 Tushar Shekhar
👥 Shreyas Wagh
👥 Aditya Borhade
👥 Kshitij Kotecha
👥 Pranjal Gosavi
Follow these steps to set up and run the AutoMailX project on your local system.
git clone https://github.com/Shreyas2004wagh/AutoMailX_SM.git
cd AutoMailX_SMNavigate to the backend directory and install dependencies:
cd server
npm installNavigate to the frontend directory and install dependencies:
cd ../client
npm install1️⃣ Run the Backend Server:
cd ../server
npm start2️⃣ Run the Frontend Server:
cd ../client
npm start-
Frontend: Open your browser and go to:
🔗 http://localhost:5173 -
Backend API: Accessible at:
🔗 http://localhost:5000 (or the configured port)
- Ensure all dependencies are correctly installed.
- Check if the ports are not in conflict with other running services.
- Review terminal logs for any errors.
You're all set to use AutoMailX locally! 🚀
- Frontend: AutoMailX Frontend
- Backend: AutoMailX Backend
This README now has properly formatted code blocks so commands can be copied easily. 🚀
Let me know if you need any modifications! 😊

