05-07-2010, 01:37 PM
[eluser]whobutsb[/eluser]
Same thing in my Gmail.
I setup a config file in my config directory called email.php, is that the correct way to name a config file?
Here is the config I have in that:
Same thing in my Gmail.
I setup a config file in my config directory called email.php, is that the correct way to name a config file?
Here is the config I have in that:
Code:
$config['useragent'] = 'NHC SurveyForce';
$config['smtp_host'] = '*******';
$config['protocol'] = 'smtp';
$config['smtp_user'] = '*****';
$config['smtp_pass'] = '*******';
$config['smtp_port'] = 25;
$config['mailtype'] = 'html';
$config['newline'] = "\r\n";
$config['crlf'] = "\r\n";
$config['charset'] = "utf-8";