A PHP Web Mail Client
Disclaimer: WebyMail is provided "as is." While we strive for security, you use this software at your own risk.
- Multi-account with just one login
- Login CAPTCHA Protection
- Two Factor Protection
- Reply-To option during email composing
- HTML signature
- A modern look
- An updated and maintained code
- Easy to install without use of the SSH terminal
- Possibility to use without MySQL database. SQL Lite is used and some config are stored in PHP config file.
- Headers check
- Folders manager
-
You can monitor the status of this project here: https://github.com/PeopleInside/WebyMail/releases
-
For any question you can use https://github.com/PeopleInside/WebyMail/discussions
-
For security policy you can read the right section: https://github.com/PeopleInside/WebyMail/security
- Upload the files to your web server.
- Ensure the
config/anddata/directories are writable by the web server. - Visit
setup.phpin your browser to configure the application. - After setup,
setup.phpis automatically renamed tosetup.php.bakfor security.- To re-run setup, rename it back to
setup.phpand visitsetup.php?force=1.
- To re-run setup, rename it back to
- A self-hosted proof-of-work captcha is enabled by default on login. To disable it, set
'captcha_enabled' => falseinconfig/config.php. - Two factor can be disabled in case of login issue also on
config/config.php



