ush to version 1.6.0
This commit is contained in:
parent
53910bee43
commit
eadb3c5aaa
2 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,7 @@ $config['log_driver'] = 'stdout';
|
|||
|
||||
$config['skin'] = 'elastic';
|
||||
|
||||
$config['default_host'] = '{{getenv "IMAP_HOST" "tls://%n"}}';
|
||||
$config['imap_host'] = '{{getenv "IMAP_HOST" "tls://%n"}}';
|
||||
$config['imap_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => true,
|
||||
|
@ -15,8 +15,7 @@ $config['imap_conn_options'] = array(
|
|||
),
|
||||
);
|
||||
|
||||
$config['smtp_server'] = '{{getenv "SMTP_HOST" "tls://%n"}}';
|
||||
$config['smtp_port'] = {{getenv "SMTP_PORT" "587"}};
|
||||
$config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}';
|
||||
$config['smtp_user'] = '%u';
|
||||
$config['smtp_pass'] = '%p';
|
||||
/*$config['smtp_conn_options'] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue