1
0
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:
David Bomba 2024-03-05 15:32:32 +11:00
parent 633e5f2cb4
commit 6859de6e8c
2 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,8 @@ class NinjaMailerJob implements ShouldQueue
return $this;
}
} catch(\Exception $e) {
nlog("problem switching outlook driver - hosted");
nlog($e->getMessage());
}
}

View File

@ -512,6 +512,7 @@ class Email implements ShouldQueue
return $this;
}
} catch(\Exception $e) {
nlog("problem switching outlook driver - hosted");
nlog($e->getMessage());
}
}