self-hosted disposable email service (php) using catch-all and imap
Find a file
2017-04-15 21:10:22 +02:00
src Feature/card design (#22) 2017-04-13 22:15:28 +02:00
.gitignore cleanup ignore list 2016-12-22 22:21:37 +01:00
CHANGELOG.md License: GPL-3.0 2017-04-15 21:10:22 +02:00
composer.json move everything 2016-11-20 21:45:57 +01:00
composer.lock upgrade versions and readme 2016-09-14 20:27:18 +02:00
CONTRIBUTING.md License: GPL-3.0 2017-04-15 21:10:22 +02:00
LICENSE.txt License: GPL-3.0 2017-04-15 21:10:22 +02:00
readme.md License: GPL-3.0 2017-04-15 21:10:22 +02:00
screenshot.png screenshot of the new layout 2017-03-21 12:45:24 +01:00

self-hosted disposable email service

Join the chat at https://gitter.im/synox/disposable-mailbox

Create your own temporary email web-service by combining

A random email address is created for every user and everything is updated automatically.
Emails can also be deleted.

Screenshot

You have to know

  • Use Join the chat at https://gitter.im/synox/disposable-mailbox and you will be notified about issues and bugfixes.
  • This is Beta software, there are still unsolved problems. Contributions are welcome!
  • License: GPL-3.0. You can modify this application and run it anywhere, charge money and show advertisement. Any forks or repacked distribution must follow the GPL-3.0 licence.
  • A link to https://github.com/synox/disposable-mailbox in the footer is appreciated.

Requirements

  • webserver with php >=5.3.0
  • php imap extension
  • IMAP account and a domain with catch-all configuration (all emails go to one mailbox).

Installation

  1. assure the imap extension is installed. The following command should not print any errors:

     <?php print imap_base64("SU1BUCBleHRlbnNpb24gc2VlbXMgdG8gYmUgaW5zdGFsbGVkLiA="); ?>
    
  2. download a release or clone this repository

  3. copy the files in the src directory to your web server (not the whole repo!).

  4. rename config.sample.php to config.php and apply the imap settings. Move config.php to a safe location outside the public_html.

  5. edit backend.php and set the new path to config.php.

  6. open it in your browser, check your php error log for messages.

Build it yourself

The src directory contains all required files. If you want to update the php dependencies, you can update them yourself. You must have composer installed.

Install php dependecies:

composer install

Credit

This could not be possible without...