PHP webmail client that uses EmailEngine to list and view emails.
- List registered email accounts
- Browse folders and emails
- View emails
- Download attachments
Screenshot 1: Account listing
Screenshot 2: Message listing
Screenshot 3: Message view
Requires the following environment variables:
- EE_API_TOKEN is the API token for EmailEngine requests, eg "f4dbbb8cfd9241fa510..."
- EE_BASE_URL is the EmailEngines origin, eg "https://emailengine.srv.dev/" or "http://127.0.0.1:3000/"
$ cd htdocs
$ composer install
Open index.php on your browser.
MIT