You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ A powerful sendmail wrapper to log and throttle emails sent by PHP
5
5
## Advantages
6
6
7
7
- 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
9
9
- Throttle by sent email and/or recipient count per day
10
10
- 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
13
13
- Highly secured setup, customers cannot access the logging/throttling database
14
14
- 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
16
16
- No cronjobs required, sendmail-wrapper will reset counters automatically every day
17
17
18
18
## Requirements
@@ -21,6 +21,8 @@ A powerful sendmail wrapper to log and throttle emails sent by PHP
21
21
- sendmail compatible MTA: Exim, Postfix,...
22
22
- sudo 1.8+
23
23
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.
0 commit comments