21 lines
550 B
Markdown
21 lines
550 B
Markdown
# 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.
|
|
```bash
|
|
git clone https://github.com/hxcde/anonmail.git
|
|
```
|
|
Apache:
|
|
```bash
|
|
mv anonmail/* /var/www/html/
|
|
```
|
|
Edit in contact-form-process.php
|
|
```bash
|
|
$email_to = "recipient@example.de";
|
|
$email_subject = "Anonymes Kontaktformular";
|
|
$email = 'sender@example.de';
|
|
```
|
|
Edit text at the End of index.html
|
|
|
|
Change the images as needed
|