diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php
index f065760f62d..67bf775bdd9 100644
--- a/htdocs/admin/mails.php
+++ b/htdocs/admin/mails.php
@@ -870,7 +870,7 @@ if ($action == 'edit') {
if (!empty($dnsinfo) && is_array($dnsinfo)) {
foreach ($dnsinfo as $info) {
if (strpos($info['txt'], 'v=spf') !== false) {
- $text .= ($text ? '
' : '').$langs->trans("ActualMailSPFRecordFound", $info['txt']);
+ $text .= ($text ? '
' : '').$langs->trans("ActualMailSPFRecordFound", $companyemail, $info['txt']);
}
}
}
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 13e5fde204c..5b43bc2b457 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -504,7 +504,7 @@ WarningPHPMailC=- Using the SMTP server of your own Email Service Provider to se
WarningPHPMailD=Also, it is therefore recommended to change the sending method of e-mails to the value "SMTP". If you really want to keep the default "PHP" method to send emails, just ignore this warning, or remove it by setting the MAIN_HIDE_WARNING_TO_ENCOURAGE_SMTP_SETUP constant to 1 in Home - Setup - Other.
WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: %s.
WarningPHPMailSPF=If the domain name in your sender email address is protected by a SPF record (ask your domain name registar), you must add the following IPs in the SPF record of the DNS of your domain: %s.
-ActualMailSPFRecordFound=Actual SPF record found : %s
+ActualMailSPFRecordFound=Actual SPF record found (for email %s) : %s
ClickToShowDescription=Click to show description
DependsOn=This module needs the module(s)
RequiredBy=This module is required by module(s)