From 0b7f8f7cd02753969ec4d3a0a322264dbd423dac Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 23 Oct 2024 15:11:06 +0200 Subject: [PATCH] update docs --- docs/10_Desciption.md | 4 ++++ readme.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/10_Desciption.md b/docs/10_Desciption.md index 37a4412..515ab81 100644 --- a/docs/10_Desciption.md +++ b/docs/10_Desciption.md @@ -7,3 +7,7 @@ It allows you to see sent emails and preview text only and html messages. This project has a script to fetch emails sent by `mail()`. It works as replacement for a postfix or sendmail deamon of your live system. It stores messages it into a single textfile. With a viewer you can browse fetched messages. You can view heder and body. For html messages there is an additional preview. + +* Requieres PHP 8.x +* No dependencies +* Simple configuration: set a single line in php.ini diff --git a/readme.md b/readme.md index 9e66fb6..5e9b220 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ A helper for a development environment: This PHP class fetches emails sent by mail() command and offers a viewer to browse sent messages. +* Requires PHP 8.x +* No dependencies +* Simple configuration: set a single line in php.ini + Free software and Open Source from University of Bern :: IML - Institute of Medical Education 📜 License: GNU GPL 3.0 \ -- GitLab