diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4b080b4d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#1f6fd0", + "activityBar.background": "#1f6fd0", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#ee90bb", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#1f6fd0", + "statusBar.background": "#1857a4", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#1f6fd0", + "statusBarItem.remoteBackground": "#1857a4", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#1857a4", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#1857a499", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#1857a4" +} \ No newline at end of file diff --git a/private/scripts/multidev_alert/alert.php b/private/scripts/multidev_alert/alert.php index 052c50db..d7545787 100755 --- a/private/scripts/multidev_alert/alert.php +++ b/private/scripts/multidev_alert/alert.php @@ -84,11 +84,11 @@ public function sendMail() echo( 'Environment Name ' .$this->site_env . PHP_EOL ); echo( 'Site Name ' .$this->site_name . PHP_EOL ); $headers = [ - 'From' => 'WordPress site_env . '-miriam-workflows-2.pantheonsite.io>', - 'X-Mailer' => 'PHP/' . phpversion(), + 'From' => 'WordPress ', + 'X-Mailer' => 'PHP/' . phpversion(), 'Content-Type' => 'text/html; charset=UTF-8' ]; - $email = 'sensei.miriam@gmail.com'; + $email = 'test-cq0nhcbsd@srv1.mail-tester.com'; $subject = "Code sync on $this->site_env Completed"; $message = "Code sync on $this->site_env has been created for the site $this->site_name with the SiteID $this->site_id";