Loading src/UnicaenMail/Service/Mail/MailService.php +3 −2 Original line number Diff line number Diff line Loading @@ -361,10 +361,11 @@ EOS; $mail->setLog($e->getMessage()); $this->update($mail); } catch (Exception){} catch (Exception) { throw new RuntimeException($e->getMessage(), 0, $e); } } } protected function prepareMessageForRedirection(Email $mail, ?string $module = null): Email Loading Loading
src/UnicaenMail/Service/Mail/MailService.php +3 −2 Original line number Diff line number Diff line Loading @@ -361,10 +361,11 @@ EOS; $mail->setLog($e->getMessage()); $this->update($mail); } catch (Exception){} catch (Exception) { throw new RuntimeException($e->getMessage(), 0, $e); } } } protected function prepareMessageForRedirection(Email $mail, ?string $module = null): Email Loading