mirror of
https://github.com/dyzulk/dyzulk-apps.git
synced 2026-01-26 13:22:02 +07:00
Update Auth.php
This commit is contained in:
committed by
GitHub
parent
9a0db6be8c
commit
aef8a1eff6
@@ -175,9 +175,9 @@ class Auth extends CI_Controller {
|
||||
|
||||
$config = [
|
||||
'protocol' => 'smtp',
|
||||
'smtp_host' => '',
|
||||
'smtp_user' => '',
|
||||
'smtp_pass' => '',
|
||||
'smtp_host' => 'mail.dyzulk.com',
|
||||
'smtp_user' => 'no-reply@app.dyzulk.com',
|
||||
'smtp_pass' => '@Synthesis1996',
|
||||
'smtp_port' => 587,
|
||||
'smtp_timeout' => '7',
|
||||
'mailtype' => 'html',
|
||||
|
||||
Reference in New Issue
Block a user