Update README.md
This commit is contained in:
parent
a7bee3419d
commit
11cc0ee625
@ -11,9 +11,9 @@ mv anonmail/* /var/www/html/
|
|||||||
```
|
```
|
||||||
Edit in contact-form-process.php
|
Edit in contact-form-process.php
|
||||||
```bash
|
```bash
|
||||||
$email_to = "email@example.de";
|
$email_to = "recipient@example.de";
|
||||||
$email_subject = "Anonymes Kontaktformular";
|
$email_subject = "Anonymes Kontaktformular";
|
||||||
$email = 'email@example.de';
|
$email = 'sender@example.de';
|
||||||
```
|
```
|
||||||
Edit text at the End of index.html
|
Edit text at the End of index.html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user