diff --git a/app/fax/app_config.php b/app/fax/app_config.php
index b8a8560809..820bc6734e 100644
--- a/app/fax/app_config.php
+++ b/app/fax/app_config.php
@@ -536,6 +536,11 @@
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "fax_file";
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
+ $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_email_connection_type";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "IMAP or POP3 connection.";
diff --git a/app/fax/app_defaults.php b/app/fax/app_defaults.php
index 5b2607d4e2..b32e6ace46 100644
--- a/app/fax/app_defaults.php
+++ b/app/fax/app_defaults.php
@@ -19,6 +19,7 @@
$array['email_templates'][$x]['template_body'] .= "Extension: \${fax_extension}
";
$array['email_templates'][$x]['template_body'] .= "Messages: \${fax_messages}
";
$array['email_templates'][$x]['template_body'] .= "\${fax_file_warning}
";
+ $array['email_templates'][$x]['template_body'] .= "\${fax_file_message}
";
$array['email_templates'][$x]['template_body'] .= "