Temporary email created with 99% of PHP(imap) and 1% of JS
src | ||
.gitattributes | ||
LICENSE | ||
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/xxx/xx
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.