mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 04:14:01 +00:00
13 lines
375 B
PHP
Executable File
13 lines
375 B
PHP
Executable File
<?php
|
|
// global $app;
|
|
// $mailsetting = unserialize(getSetting("mail"));
|
|
|
|
// $app['swiftmailer.options'] = array(
|
|
// 'host' => $mailsetting["host"],
|
|
// 'port' => $mailsetting["port"],
|
|
// 'username' => $mailsetting["username"],
|
|
// 'password' => $mailsetting["pass"],
|
|
// 'encryption' => null,
|
|
// 'auth_mode' => 'login'
|
|
// );
|