Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess authored Oct 21, 2019
1 parent 6451531 commit 5a8d809
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data/class/SC_SendMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,6 @@ public function getBackendParams($backend)
switch ($backend) {
case 'mail':
$arrParams = array();
$objDb = new SC_Helper_DB_Ex();
$objSite = $objDb->sfGetBasisData();
if(!empty($objSite['email04']) && strpos($objSite['email04'],"@") > 0)
{
$arrParams[] = "-f ".$objSite['email04'];
}
break;

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

0 comments on commit 5a8d809

Please sign in to comment.