⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
dosbarth.urvam.com
/
app
/
Traits
/
View File Name :
MailSenderTrait.php
key] = $setting_item->value; } $email_setting = (object) $setting; } $mailConfig = [ 'transport' => 'smtp', 'host' => $email_setting->mail_host, 'port' => $email_setting->mail_port, 'encryption' => $email_setting->mail_encryption, 'username' => $email_setting->mail_username, 'password' => $email_setting->mail_password, 'timeout' => null, ]; config(['mail.mailers.smtp' => $mailConfig]); config(['mail.from.address' => $email_setting->mail_sender_email]); config(['mail.from.name' => $email_setting->mail_sender_name]); return true; } catch (Exception $e) { if (app()->isLocal()) { Log::error($e->getMessage()); } return false; } } }