From 11cc0ee62522c12fb6d8cd9ec18e2aa7d769fb24 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:01:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8288e38..b521ccf 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ mv anonmail/* /var/www/html/ ``` Edit in contact-form-process.php ```bash -$email_to = "email@example.de"; +$email_to = "recipient@example.de"; $email_subject = "Anonymes Kontaktformular"; -$email = 'email@example.de'; +$email = 'sender@example.de'; ``` Edit text at the End of index.html