Anonyme Email Server for internal Email
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.
Go to file
2023-04-12 14:29:53 +00:00
contact-form-process.php Update contact-form-process.php 2023-03-28 13:02:20 +02:00
contact-form.css Create contact-form.css 2023-03-28 12:18:50 +02:00
index.html Update index.html 2023-03-28 12:55:39 +02:00
logo1.png Add files via upload 2023-03-28 12:48:56 +02:00
logo.png Add files via upload 2023-03-28 12:51:06 +02:00
README.md „README.md“ ändern 2023-04-12 14:29:53 +00:00

Anonmail


Send anonymous emails inside 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.

How to set it up?

  • You need GIt, PHP and Apache installed (example for Ubuntu or Debian based).
apt-get update && apt-get install git php php-mail apache2 -y
systemctl enable apache2 && systemctl start apache2
  • Clone the repository
git clone https://git.moelle.space/hxcde/anonmail.git

Move the files to webroot

mv anonmail/* /var/www/html/

Edit in contact-form-process.php

$email_to = "recipient@example.de";
$email = 'sender@example.de';

Change the images as needed