Update README.md

This commit is contained in:
hxcde 2023-03-28 13:01:50 +02:00 committed by GitHub
parent a7bee3419d
commit 11cc0ee625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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