Commit 97cb1cbc authored by Ben's avatar Ben
Browse files

Updated to use no-reply email minds#265

parent 38958c20
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@ class Message
    {
    {
        $this->from = [
        $this->from = [
          'name' => 'Minds',
          'name' => 'Minds',
          'email' => 'info@minds.com',
          'email' => 'no-reply@minds.com',
        ];
        ];
    }
    }