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
2023-03-28 12:33:28 +02:00

15 lines
253 B
Markdown

# anonmail
Anonyme Email Server to internal Email
```bash
git clone https://github.com/hxcde/anonmail.git
```
Apache:
```bash
mv anonmail/* /var/www/html/
```
Edit
```bash
$email_to = "email@example.de";
$email_subject = "Anonymes Kontaktformular";
```