mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Extended email validation
* Standard RFC-like email validation. * Will check if there are DNS records that signal that the server accepts emails. This does not entail that the email exists. * Will check for multi-utf-8 chars that can signal an erroneous email name.
This commit is contained in:
parent
10436f55fe
commit
12ee76ff43
2 changed files with 23 additions and 1 deletions
|
@ -384,6 +384,7 @@ $bb_cfg['emailer'] = [
|
|||
],
|
||||
'ssl_type' => '', // SMTP ssl type (ssl or tls)
|
||||
];
|
||||
$bb_cfg['extended_email_validation'] = true; // DNS & RFC checks for entered email addresses
|
||||
|
||||
$bb_cfg['board_email'] = "noreply@$domain_name"; // admin email address
|
||||
$bb_cfg['board_email_form'] = false; // can users send email to each other via board
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue