mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -1033,7 +1033,7 @@ if ($action == 'edit') {
|
||||
}
|
||||
}
|
||||
// Test SPF default automatic email from
|
||||
$defaultnoreplyemail = getDolGlobalString('MAIN_INFO_SOCIETE_MAIL');
|
||||
$defaultnoreplyemail = getDolGlobalString('MAIN_MAIL_EMAIL_FROM');
|
||||
if ($defaultnoreplyemail != $companyemail) { // We show if email differs
|
||||
$dnsinfo = false;
|
||||
if (!empty($defaultnoreplyemail) && function_exists('dns_get_record') && !getDolGlobalString('MAIN_DISABLE_DNS_GET_RECORD')) {
|
||||
|
||||
Reference in New Issue
Block a user