Skip to content

Palakgokhru/email_sender_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AI Email Sender

This is a simple full-stack app built in under an hour for an Internshala task. The goal was to allow users to enter an email prompt and recipients, generate an AI-written email, edit it, and then send it using SMTP.

Stack

  • Frontend: HTML, JavaScript
  • Backend: Flask (Python)
  • AI Model: OpenAI's ChatGPT (or Groq-compatible API)
  • Email: Gmail SMTP

Setup Instructions

  1. Clone this repo or unzip the folder.
  2. Install Python requirements:
    pip install -r requirements.txt
  3. Set up your .env file (refer .env.example).
  4. Run the Flask server:
    python backend/server.py
  5. Open frontend/index.html in a browser.

Notes

  • Made with love (and speed).
  • Code is basic but functional — feel free to improve!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors