Skip to content

Adarsh-adda/Ai-email

Repository files navigation

AI Email Reply System

An automated email reply system that uses AI to generate responses to incoming emails.

Setup Instructions

  1. Clone the repository

    git clone <repository-url>
    cd Ai-email
  2. Set up environment variables

    cp .env.example .env

    Edit the .env file and add your actual values:

    • PERPLEXITY_API_KEY: Your Perplexity AI API key
    • EMAIL_HOST_USER: Your Gmail address
    • EMAIL_HOST_PASSWORD: Your Gmail app password (not your regular password)
    • SECRET_KEY: A Django secret key (generate one for production)
  3. Install dependencies

    pip install -r requirements.txt
  4. Run the application

    # Development server
    python manage.py runserver
    
    # Or with Docker
    docker-compose up

Features

  • Automated email monitoring and response
  • AI-powered reply generation using Perplexity AI
  • Celery-based background task processing
  • Redis for message queuing

Email monitoring on rebexisaws@gmail.com to get AI generated replies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •