From c34e289435c9bbb8a816c3111b36f0d44b860f7a Mon Sep 17 00:00:00 2001 From: gtbu Date: Fri, 3 Oct 2025 20:57:04 +0200 Subject: [PATCH] Added DMARC warning Most providers do not accept simple php-mail (like Anonymousmailer@domain.com) because of span and viruses - and often reject unsafe email adresses *** So You will have to make entries for smtp instead - and such smtp-servers have positive mailing lists --- include/admin/Settings/Users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/Settings/Users.php b/include/admin/Settings/Users.php index 8af6ba1..0c08d8b 100644 --- a/include/admin/Settings/Users.php +++ b/include/admin/Settings/Users.php @@ -568,7 +568,7 @@ class Users extends \gp\special\Base{ echo str_replace(' ',' ',$langmessage['email_address']); echo ''; echo ''; - echo ''; + echo ' - DMARC compliant address !'; //admin permissions