1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-28 20:55:09 +03:00
kangana/application/config/email.php.example
2014-01-29 17:41:25 +07:00

13 lines
298 B
Plaintext

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
'driver' => 'smtp',
'sender' => array('sender@example.com', 'Sender Name'),
'options' => array(
'hostname' => '',
'username' => '',
'password' => '',
'port' => '465',
'encryption' => 'tls'
),
);