Files
ARCHIVED-IZYIM/includes/mailsetting.php
CIEF Dev Team 4716562987 Initial commit
2018-03-06 13:21:45 +00:00

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'
// );