Merge branch 'silverstripe:4' into improve-wait-til-i-see-text

This commit is contained in:
Tim Oliver 2022-03-29 09:33:55 +13:00 committed by GitHub
commit 14efc9b2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ class EmailContext implements Context
$this->mailer = new TestMailer();
Injector::inst()->registerService($this->mailer, Mailer::class);
Email::config()->update("send_all_emails_to", null);
Email::config()->update('admin_email', 'no-reply@example.com');
}
/**