Файл: Just Wallet 2.0.4/application/config/email.php
Строк: 17
<?php
$config['protocol'] = 'mail';
$config['charset'] = 'utf8';
$config['mailtype'] = 'html';
$config['wordwrap'] = TRUE;
// Uncomment the code below and delete the previous one to use the SMTP
/* SMTP mail
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'host';
$config['smtp_port'] = 'port';
$config['smtp_user'] = 'usermmail';
$config['smtp_pass'] = 'password';
$config['charset'] = 'utf8';
$config['mailtype'] = 'html';
$config['wordwrap'] = TRUE;
*/
?>