mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Quote mailer
This commit is contained in:
parent
04b5f9f638
commit
4d9065624b
@ -13,8 +13,7 @@ namespace App\Services\Quote;
|
||||
|
||||
use App\Jobs\Entity\EmailEntity;
|
||||
use App\Models\ClientContact;
|
||||
use App\Services\Email\MailEntity;
|
||||
use App\Services\Email\MailObject;
|
||||
|
||||
|
||||
class SendEmail
|
||||
{
|
||||
@ -46,7 +45,7 @@ class SendEmail
|
||||
$this->reminder_template = $this->quote->calculateTemplate('quote');
|
||||
}
|
||||
|
||||
$mo = new MailObject();
|
||||
// $mo = new MailObject();
|
||||
|
||||
$this->quote->service()->markSent()->save();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user