Documentation
Everything you need to know about using MailWizard
Getting Started
Installation
Download the ZIP file from our GitHub repository and install it as an unpacked extension:
- Download the ZIP file from our GitHub repository
- Extract the ZIP file to a folder on your computer
- Open Chrome and navigate to
chrome://extensions
- Enable "Developer mode" using the toggle in the top-right corner
- Click "Load unpacked" and select the extracted folder
- The MailWizard icon should now appear in your Chrome toolbar
API Setup
MailWizard requires an OpenAI or Anthropic API key to generate email content:
- Click on the MailWizard icon in your Chrome toolbar
- Paste your API key in the field
- The extension will automatically detect if it's an Anthropic or OpenAI API key
- Click "Submit" to complete setup
Using MailWizard
Basic Usage
To generate an email using MailWizard:
- Open Gmail and click "Compose" to start a new email
- Click the MailWizard icon that appears in the compose window
- Enter a prompt describing the email you want to write
- Example: "Write a polite follow-up email to a client who hasn't responded in two weeks"
- Click "Generate" and wait for the AI to create your email
- The generated email will appear directly in your compose window
- Edit as needed before sending
Important Note for Anthropic API Users
If you are using the Anthropic API, make sure to run the Anthropic backend service in the background. You can find the required code and setup instructions in this repository.