This repository has been archived on 2023-10-13 . You can view files and clone it, but cannot push or open issues or pull requests.
6f4408e52e068b8660dda305ff62fe813677429e
anonmail
### Send anonymous emails inside company
- I built this project to be able to send anonymous emails to the works council within the company.
- The emails go from an anonymous email address to a predefined one.
### How to set it up?
- You need PHP and Apache installed (example for Ubuntu or Debian based)
```bash
apt-get install php apache2 -y
```
- Clone the repository
```bash
git clone https://github.com/hxcde/anonmail.git
```
Move the files to webroot
```bash
mv anonmail/* /var/www/html/
```
Edit in contact-form-process.php
```bash
$email_to = "recipient@example.de";
$email = 'sender@example.de';
```
Change the images as needed
anonmail v.1
Latest
Languages
CSS
49.1%
HTML
25.6%
PHP
25.3%