Update README.md

This commit is contained in:
hxcde 2023-03-29 13:55:19 +02:00 committed by GitHub
parent 692b82b142
commit 6294830a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,14 @@
# Anonmail # Anonmail
<img align="right" src="https://user-images.githubusercontent.com/30338980/228526710-b8f19c39-f3e7-41c7-9354-630b1bea1f86.png" width="500" />
<br>
<img src="https://raw.githubusercontent.com/hxcde/anonmail/main/logo1.png" width="70" /> <img src="https://raw.githubusercontent.com/hxcde/anonmail/main/logo1.png" width="70" />
### Send anonymous emails inside company ### Send anonymous emails inside company
- I built this project to be able to send anonymous emails to the works council within the company. - I built this project to be able to send anonymous emails to the works council within the company.
- The emails go from an anonymous email address to a predefined one. - The emails go from an anonymous email address to a predefined one.
<br>
### How to set it up? ### How to set it up?
- You need GIt, PHP and Apache installed (example for Ubuntu or Debian based) - You need GIt, PHP and Apache installed (example for Ubuntu or Debian based)
```bash ```bash
@ -24,4 +29,5 @@ $email_to = "recipient@example.de";
$email = 'sender@example.de'; $email = 'sender@example.de';
``` ```
Change the images as needed Change the images as needed
![website](https://user-images.githubusercontent.com/30338980/228526710-b8f19c39-f3e7-41c7-9354-630b1bea1f86.png)