mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Fixes for mailers
This commit is contained in:
parent
53a930f6c4
commit
cf4b87e701
@ -245,6 +245,7 @@ class NinjaMailerJob implements ShouldQueue
|
||||
$this->setGmailMailer();
|
||||
return $this;
|
||||
case 'office365':
|
||||
case 'microsoft':
|
||||
$this->mailer = 'office365';
|
||||
$this->setOfficeMailer();
|
||||
return $this;
|
||||
|
@ -432,6 +432,7 @@ class Email implements ShouldQueue
|
||||
$this->setGmailMailer();
|
||||
return $this;
|
||||
case 'office365':
|
||||
case 'microsoft':
|
||||
$this->mailer = 'office365';
|
||||
$this->setOfficeMailer();
|
||||
return $this;
|
||||
|
@ -6,8 +6,6 @@ parameters:
|
||||
ignoreErrors:
|
||||
- '#Call to an undefined method .*badMethod\(\)#'
|
||||
- '#Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude#'
|
||||
parallel:
|
||||
maximumNumberOfProcesses: 1
|
||||
level: 4
|
||||
paths:
|
||||
- 'app/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user