Temporary email created with 99% of PHP(imap) and 1% of JS
Go to file
matt (tomatoj) eb7936af79
Update README.md
2020-06-02 15:44:05 +02:00
src Release 2020-06-02 15:29:58 +02:00
.gitattributes Initial commit 2020-06-02 15:15:38 +02:00
LICENSE Initial commit 2020-06-02 15:15:38 +02:00
README.md Update README.md 2020-06-02 15:44:05 +02:00

README.md

Temporary Email made with PHP

You can check its live version at billieiscute.xyz

PHP-Temporary-Email is self-hosted temporary email library. You can use it on any website that has PHP IMAP

Installation

Clone this repositary

git clone https://github.com/mattprocoder/PHP-Temporary-Email

Install IMAP for php (Linux)

sudo apt-get install php5-imap
sudo php5enmod imap

Install IMAP for php (MacOS)

brew reinstall php56 --with-imap

Open 'assets/php/get-imap-details.php' Set IMAP connection details in format

imap_open("{address}", "username", "password");

Set other details such as delete timeframe and so on.

Usage

After this you can deploy the repo on your server.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0