| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /proc/self/root/proc/self/root/var/softaculous/sentrifugo/ |
| Current File : //proc/self/root/proc/self/root/var/softaculous/sentrifugo/mail_settings_constants.php |
<?php
defined('MAIL_SMTP') || define('MAIL_SMTP','[[smtp_ser]]');
defined('MAIL_USERNAME') || define('MAIL_USERNAME','');
defined('MAIL_PASSWORD') || define('MAIL_PASSWORD','');
defined('MAIL_PORT') || define('MAIL_PORT','[[smtp_port]]');
defined('MAIL_AUTH') || define('MAIL_AUTH','false');
defined('MAIL_TLS') || define('MAIL_TLS','');
?>