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