Update Auth.php

This commit is contained in:
Muhammad Herdy Iskandar
2023-09-22 06:40:24 +07:00
committed by GitHub
parent 19a8055eb9
commit a62a52ce92

View File

@@ -175,9 +175,9 @@ class Auth extends CI_Controller {
$config = [ $config = [
'protocol' => 'smtp', 'protocol' => 'smtp',
'smtp_host' => 'mail.dyzulk.com', 'smtp_host' => '',
'smtp_user' => 'no-reply@app.dyzulk.com', 'smtp_user' => '',
'smtp_pass' => '@Synthesis1996', 'smtp_pass' => '',
'smtp_port' => 587, 'smtp_port' => 587,
'smtp_timeout' => '7', 'smtp_timeout' => '7',
'mailtype' => 'html', 'mailtype' => 'html',