Skip to content

Commit

Permalink
Merge pull request #15 from ncou/patch-1
Browse files Browse the repository at this point in the history
fix localhost parameter not used
  • Loading branch information
swt83 committed Oct 17, 2017
2 parents 9794f98 + ab12445 commit 671949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Travis/SMTP.php
Expand Up @@ -59,7 +59,7 @@ public function __construct($config, $connection = null)
$this->debug_mode = $this->config('debug_mode');

// set localhost
$this->localhost = $this->config('default');
$this->localhost = $this->config('localhost');
}

public function from($email, $name = null)
Expand Down

0 comments on commit 671949b

Please sign in to comment.