Skip to content

Commit

Permalink
Merge branch '4.8' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 23, 2022
2 parents e2deed5 + dcfa8ed commit 8ff1ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Context/EmailContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function before(BeforeScenarioScope $event)
$this->mailer = new TestMailer();
Injector::inst()->registerService($this->mailer, Mailer::class);
Email::config()->update("send_all_emails_to", null);
Email::config()->update('admin_email', '[email protected]');
}

/**
Expand Down

0 comments on commit 8ff1ef7

Please sign in to comment.