Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-05-17 23:24:22 +0300
committerGitHub <noreply@github.com>2020-05-17 23:24:22 +0300
commitf3dab82200f3b5f1aeb03ff97ae7954463abffbd (patch)
tree6582c42bf69440d0bb1a39438183d1815d5cb19f /plugins/Installation/Controller.php
parent317e4369d38c846c84589b7267cfd011f86df8aa (diff)
Send onboarding email during installation (#15894)
Diffstat (limited to 'plugins/Installation/Controller.php')
-rw-r--r--plugins/Installation/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 0392f96b5e..b604469129 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -291,6 +291,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
$newsletterPiwikORG,
$newsletterProfessionalServices
);
+ Onboarding::sendSysAdminMail($email);
$this->redirectToNextStep(__FUNCTION__);
} catch (Exception $e) {