Skip to content

Commit

Permalink
send to test email service
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Aug 1, 2024
1 parent a4ec3a0 commit 269da42
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions private/scripts/multidev_alert/alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <wordpress@' . $this->site_env . '-miriam-workflows-2.pantheonsite.io>',
'X-Mailer' => 'PHP/' . phpversion(),
'From' => 'WordPress <wordpress@dev-miriam-workflows-2.pantheonsite.io>',
'X-Mailer' => 'PHP/' . phpversion(),
'Content-Type' => 'text/html; charset=UTF-8'
];
$email = 'sensei.miriam@gmail.com';
$email = '[email protected].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";

Expand Down

0 comments on commit 269da42

Please sign in to comment.