From be52297c45b62488508005ca21f5bbb872631b85 Mon Sep 17 00:00:00 2001 From: James Rose Date: Wed, 9 Jan 2013 00:31:01 +0000 Subject: [PATCH] forgot . --- secure/fax_to_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 7f6fc05eb7..4c0db1048d 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -242,7 +242,7 @@ if (defined('STDIN')) { if ($fax_retry == 'yes') { $tmp_subject = "Fax Received for Relay: ".$fax_name; //$tmp_text_plain .= "This message arrived earlier and has been queued until now due to email server issues.\n"; - $tmp_text_plain .= "\nThis message arrived successfully from your fax machine, and has been queued for outbound fax delivery. You will be notified as to the success or failure of this message at ".$email"\n"; + $tmp_text_plain .= "\nThis message arrived successfully from your fax machine, and has been queued for outbound fax delivery. You will be notified later as to the success or failure of this fax.\n"; } $tmp_text_html = $tmp_text_plain;