mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Additional logging around email switching
This commit is contained in:
parent
633e5f2cb4
commit
6859de6e8c
@ -286,6 +286,8 @@ class NinjaMailerJob implements ShouldQueue
|
||||
return $this;
|
||||
}
|
||||
} catch(\Exception $e) {
|
||||
|
||||
nlog("problem switching outlook driver - hosted");
|
||||
nlog($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
@ -512,6 +512,7 @@ class Email implements ShouldQueue
|
||||
return $this;
|
||||
}
|
||||
} catch(\Exception $e) {
|
||||
nlog("problem switching outlook driver - hosted");
|
||||
nlog($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user