Skip to content

Commit 7411809

Browse files
committed
minor documentation cleanup
1 parent b13b60e commit 7411809

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ A powerful sendmail wrapper to log and throttle emails sent by PHP
55
## Advantages
66

77
- Lets you monitor any mail traffic from PHP scripts
8-
- Allows throttling (limiting) emails sent by PHP's mail() function
8+
- Allows throttling (limiting) emails sent by PHP's `mail()` function
99
- Throttle by sent email and/or recipient count per day
1010
- Logs both to syslog and database with message metadata
11-
- Logs common mail headers like From, To, Cc, Bcc, Subject
12-
- Fixes Return-Path header on the fly for users who did not correctly set it
11+
- Logs common mail headers like `From`, `To`, `Cc`, `Bcc`, `Subject`
12+
- Fixes `Return-Path` header on the fly for users who did not correctly set it
1313
- Highly secured setup, customers cannot access the logging/throttling database
1414
- Standalone PHP application without any external library dependencies
15-
- Built for shared webhosting environment where PHP runs as cgi/FastCGI/suPHP
15+
- Built for shared webhosting environments where PHP runs in PHP-FPM (FastCGI Process Manager) mode
1616
- No cronjobs required, sendmail-wrapper will reset counters automatically every day
1717

1818
## Requirements
@@ -21,6 +21,8 @@ A powerful sendmail wrapper to log and throttle emails sent by PHP
2121
- sendmail compatible MTA: Exim, Postfix,...
2222
- sudo 1.8+
2323

24+
> Currently, sendmail-wrapper is tested and actively used by [Onlime GmbH](https://www.onlime.ch/) on shared webhosting environments with PHP 8.0, 8.1, and 8.2.
25+
2426
## Installation
2527

2628
### Initial Setup

0 commit comments

Comments
 (0)