Skip to content
Snippets Groups Projects
Commit c2010dbc authored by Tibo's avatar Tibo
Browse files

Send from monitor@...

parent 7c19697e
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ class StatusChanged extends Mailable ...@@ -32,6 +32,7 @@ class StatusChanged extends Mailable
{ {
return $this->markdown('emails.server.status') return $this->markdown('emails.server.status')
->with(["change" => $this->change]) ->with(["change" => $this->change])
->from("monitor@web-d.be")
->subject($this->change->server()->name . " : Status Change"); ->subject($this->change->server()->name . " : Status Change");
} }
} }
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