1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-30 21:55:06 +03:00
kangana/application/config/email.php.example

13 lines
298 B
Plaintext
Raw Normal View History

2014-01-29 12:41:25 +02:00
<?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'
),
);