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: