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
This commit is contained in:
gtbu 2025-10-03 20:57:04 +02:00
parent 521ae736a5
commit c34e289435

View file

@ -568,7 +568,7 @@ class Users extends \gp\special\Base{
echo str_replace(' ',' ',$langmessage['email_address']);
echo '</td><td>';
echo '<input type="text" name="email" value="'.htmlspecialchars($values['email']).'" class="gpinput"/>';
echo '</td></tr>';
echo ' - DMARC compliant address !</td></tr>';
//admin permissions