Skip to content
Snippets Groups Projects
Commit 7b746305 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4786: adding site wide email address so that sendgrid works

parent 3f63c2a6
No related branches found
No related tags found
1 merge request!88Feature/istwcms 4786 ebremner sendgrid
......@@ -191,6 +191,9 @@ function uw_cfg_common_install() {
}
$weight++;
}
// ISTWCMS-4786: setting the correct site wide admin email.
\Drupal::config('system.site')->setData(['mail' => 'wcmsadmin@uwaterloo.ca']);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment