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.
anonmail/README.md

20 lines
474 B
Markdown
Raw Normal View History

2023-03-28 12:21:03 +02:00
# anonmail
2023-03-28 12:59:52 +02:00
### Send anonymous emails inside company
2023-03-28 12:59:06 +02:00
I built this project to be able to send anonymous emails to the works council within the company.
2023-03-28 12:29:07 +02:00
```bash
git clone https://github.com/hxcde/anonmail.git
```
2023-03-28 12:31:40 +02:00
Apache:
2023-03-28 12:30:46 +02:00
```bash
mv anonmail/* /var/www/html/
```
2023-03-28 12:34:12 +02:00
Edit in contact-form-process.php
2023-03-28 12:33:28 +02:00
```bash
2023-03-28 12:33:15 +02:00
$email_to = "email@example.de";
$email_subject = "Anonymes Kontaktformular";
2023-03-28 12:34:12 +02:00
$email = 'email@example.de';
2023-03-28 12:33:28 +02:00
```
2023-03-28 12:40:19 +02:00
Edit text at the End of index.html
2023-03-28 12:57:00 +02:00
2023-03-28 12:56:47 +02:00
Change the images as needed