Update EmailQuote.php (#3323)
This commit is contained in:
parent
f04f2b15fd
commit
1d9c9d760f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'] = "<a href='{$invitation->getLink()}'>Quote Link</a>";
|
||||
|
||||
//change the runtime config of the mail provider here:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue