From 1fc11cd49f212284212c1756875dc892866ce12f Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Thu, 6 Jul 2023 19:19:41 +1000 Subject: [PATCH] info on the REPORT_FROM setting #279 work --- front/php/templates/language/en_us.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/language/en_us.php b/front/php/templates/language/en_us.php index 7f6ca189..3d8e873b 100755 --- a/front/php/templates/language/en_us.php +++ b/front/php/templates/language/en_us.php @@ -583,7 +583,7 @@ The arp-scan time itself depends on the number of IP addresses to check so set t 'REPORT_TO_name' => 'Send email to', 'REPORT_TO_description' => 'Email address to which the notification will be send to.', 'REPORT_FROM_name' => 'Email subject', -'REPORT_FROM_description' => 'Notification email subject line.', +'REPORT_FROM_description' => 'Notification email subject line. Some SMTP servers need this to be an email.', //Webhooks 'Webhooks_display_name' => 'Webhooks',