Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 21, 2019
1 parent 5a8d809 commit 4be7f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/class/SC_SendMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ public function getBackendParams($backend)
switch ($backend) {
case 'mail':
$arrParams = array();
break;

case 'sendmail':
$arrParams = array(
'sendmail_path' => '/usr/bin/sendmail',
Expand Down

0 comments on commit 4be7f30

Please sign in to comment.