@@ -10,7 +10,7 @@ |
||
10 | 10 | protected function prepare() |
11 | 11 | { |
12 | 12 | $this->config['from_name'] = $this->config['from_name'] ?: 'Log Envelope'; |
13 | - $this->config['from_email'] = $this->config['from_email'] ?: 'logenvelope@'. $this->data['host']; |
|
13 | + $this->config['from_email'] = $this->config['from_email'] ?: 'logenvelope@' . $this->data['host']; |
|
14 | 14 | } // end prepare |
15 | 15 | |
16 | 16 | protected function check() |