Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 890 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 890 Bytes

example-email-client

PHP webmail client that uses EmailEngine to list and view emails.

Features

  • List registered email accounts
  • Browse folders and emails
  • View emails
  • Download attachments

Screenshot 1: Account listing

Screenshot 2: Message listing

Screenshot 3: Message view


Usage

1. Setup

Requires the following environment variables:

2. Use Composer to install the dependencies

$ cd htdocs
$ composer install

3. Run

Open index.php on your browser.

License

MIT