Documentation

AI Email Support Assistant

Installation, setup instructions, requirements, and configuration help.

Installation


1. Upload all files to your hosting account.

2. Create a MySQL database.

3. Import the included SQL database file.

4. Update your database credentials in:
/app/config/database.php

5. Add your OpenAI API key in:
/app/config/config.php

6. Configure your IMAP/SMTP email settings.

7. Visit the app URL in your browser and log in.

Requirements


- PHP 8.1+
- MySQL 5.7+ or MariaDB
- cURL enabled
- IMAP extension enabled
- SSL-enabled hosting
- OpenAI API key

OpenAI Setup


1. Create an OpenAI account.

2. Generate an API key.

3. Open:
/app/config/config.php

4. Replace:
PASTE_YOUR_OPENAI_API_KEY_HERE

with your real API key.

5. Save the file.

Email Configuration


The app supports standard IMAP and SMTP email accounts.

Recommended:
- Gmail Workspace
- Outlook 365
- Zoho Mail
- Private business email hosting

Enter your email settings inside the Email Accounts section of the dashboard.