A powerful Streamlit application for managing email campaigns with AI-generated content and SMTP integration. Streamline your email communications with automated content generation and efficient bulk sending capabilities.
-
📁 Data Management
- Upload CSV/Excel files containing email data
- Preview and validate data before processing
- Automatic email format validation
-
📧 Email Composition
- Dynamic templates with placeholder support
- AI-powered content generation using Groq API
- Preview generation before sending
- Support for personalized content
-
🔒 SMTP Integration
- Support for major email providers (Gmail, Outlook, Yahoo)
- Secure authentication with app passwords
- Connection testing functionality
- Custom SMTP server configuration
-
📤 Bulk Operations
- Send emails to multiple recipients
- Progress tracking
- Error handling and reporting
- Failed email retry capability
-
📊 Analytics & Reporting
- Real-time sending statistics
- Success/failure tracking
- Detailed error reporting
- Email status monitoring
-
Clone the Repository
git clone https://github.com/your-username/email-data-manager.git cd email-data-manager
-
Set Up Virtual Environment
# Create virtual environment python -m venv venv # Activate virtual environment # On Windows venv\Scripts\activate # On macOS/Linux source venv/bin/activate
-
Install Dependencies
pip install -r requirements.txt
-
Configure Environment Variables
# Create .env file touch .env # Add your Groq API key GROQ_API_KEY=your_api_key_here
-
Run the Application
python3 -m streamlit run main.py
- Click "Upload Your Data" button
- Select CSV or Excel file containing email data
- Review data preview and summary statistics
- Enter your email address
- Select authentication method:
- Use app password (recommended for Gmail/Outlook)
- Regular password for other providers
- Test SMTP connection
Choose between:
- Template Mode
- Use placeholders like
{Name}
,{Company}
- Preview with actual data
- Use placeholders like
- AI Generation
- Enter prompt template
- Preview generated content
- Bulk generate for all recipients
- Configure subject and body
- Preview email for first recipient
- Click "Send Email" to start campaign
- Monitor progress and results
- Gmail (
smtp.gmail.com
) - Outlook (
smtp.office365.com
) - Yahoo (
smtp.mail.yahoo.com
) - Custom SMTP servers
Name,Email,Company
John Doe,john@example.com,ABC Corp
Jane Smith,jane@example.com,XYZ Inc
##🎥 Full Video Tutorial Watch the full tutorial on how to use the Email Data Manager:
EmailAuthenticator.mp4
- Fork the repository
- Create feature branch
git checkout -b feature/AmazingFeature
- Commit changes
git commit -m 'Add some AmazingFeature'
- Push to branch
git push origin feature/AmazingFeature
- Open Pull Request
Distributed under the MIT License. See LICENSE
for more information.