Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
ec61ab6c7a
commit
00d9c1b82a
@@ -179,12 +179,12 @@ class PhpMailController extends Controller
|
||||
$port = $from_address->sending_port;
|
||||
$protocol = $from_address->sending_protocol;
|
||||
$this->setServices($from_address->id, $protocol);
|
||||
if($protocol=='mail'){
|
||||
$username = "";
|
||||
$fromname="";
|
||||
$host="";
|
||||
$smtpsecure ="";
|
||||
$port="";
|
||||
if ($protocol == 'mail') {
|
||||
$username = '';
|
||||
$fromname = '';
|
||||
$host = '';
|
||||
$smtpsecure = '';
|
||||
$port = '';
|
||||
}
|
||||
$configs = [
|
||||
'username' => $username,
|
||||
|
Reference in New Issue
Block a user