From 1d9c9d760f63ada1451e37fd2563f45c770bbaea Mon Sep 17 00:00:00 2001 From: michael-hampton Date: Thu, 13 Feb 2020 10:48:25 +0000 Subject: [PATCH] Update EmailQuote.php (#3323) --- app/Jobs/Quote/EmailQuote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Quote/EmailQuote.php b/app/Jobs/Quote/EmailQuote.php index 9f94d2eb8fc5..fd7834e59240 100644 --- a/app/Jobs/Quote/EmailQuote.php +++ b/app/Jobs/Quote/EmailQuote.php @@ -57,7 +57,7 @@ class EmailQuote implements ShouldQueue if ($invitation->contact->email) { $message_array = $this->quote->getEmailData('', $invitation->contact); $message_array['title'] = &$message_array['subject']; - $message_array['footer'] = "Sent to ".$invitation->contact->present()->name(); + $message_array['footer'] = "Quote Link"; //change the runtime config of the mail provider here: