shell bypass 403
<?
class EmailConfig {
public $dev = array(
'transport' => 'Smtp',
'tls' => true,
'from' => 'desarrollointeractiva@gmail.com',
'host' => 'smtp.gmail.com',
'port' => 587,
'timeout' => 30,
'username' => 'desarrollointeractiva@gmail.com',
'password' => 'C%L2^`uq7dx.N_}{'
);
public $prod = array(
'transport' => 'Mail',
'from' => 'info@21altamira.com',
'charset' => 'utf-8',
'headerCharset' => 'utf-8'
);
}