mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-10-14 06:38:28 +02:00
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:
parent
521ae736a5
commit
c34e289435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue