Welcome Guest, Not a member yet? Register   Sign In
CI does't see the configuration email.php
#1

[eluser]mitring[/eluser]
Hi,

I have problem with configuration a email class:
myfile: application\config\email.php

Code:
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['newline'] = '\r\n';

//$config['protocol'] = 'smtp';

// konfiguracja poczty
$config = array(
    'protocol' => 'smtp',
    'smtp_host' => 'serwer.com.pl',
    'smtp_user' => '[email protected]',
    'smtp_pass' => 'tajnehaslo',
    'smtp_port' => 587,

);

and now:
Code:
var_dump($this->email->mailtype);
return text :|

I tried Email.php / email.php Sad

CI: 1.7.2
WAMP: 2.0
Win7 Pro x64

Best regards
Peter


Messages In This Thread
CI does't see the configuration email.php - by El Forum - 09-04-2010, 11:46 AM
CI does't see the configuration email.php - by El Forum - 09-05-2010, 07:56 AM
CI does't see the configuration email.php - by El Forum - 09-05-2010, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB