| Server IP : 142.11.234.102 / Your IP : 216.73.216.19 Web Server : Apache System : Linux dal-shared-66.hostwindsdns.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : krnuyqrm ( 1183) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/self/root/var/softaculous/mail/ |
Upload File : |
<?php
$main_dir = "maillist/";
$website = "[[softurl]]//";
$relative_string="index.php?page=mail&";
$absolute_path="[[softpath]]/maillist/";
$lang="lang_english.php";
$email_name="[[site_name]]";
$email_email="[[admin_email]]";
$email_thank_title="Thank you for registration";
$email_thank_message="Thank you for registration at [[site_name]] for the NEWSletter for updates and announcements.";
$email_unsubscribe_message="<br><br>To unsubscribe click on this {ulink}link{/ulink} !";
$email_verify_message="<br><br>Please click on this link to verify your email {slink}subscription{/slink} !";
$email_unsubscribe="yes";
$email_thank="no";
$email_verify="no";
$email_images="yes";
$user="[[admin_username]]";
$pass="[[admin_pass]]";
$database="mysql";
$dbhostname="[[softdbhost]]";
$dbusername="[[softdbuser]]";
$dbpassword="[[softdbpass]]";
$dbname="[[softdb]]";
$dbtable="";
$userfield="";
$emailfield="";
$mserver="php";
$sendmail_string="";
$smtp_string="";
$smtp_auth="no";
$smtp_username="";
$smtp_password="";
$charsettype="iso8859-1";
$priorityemail="3";
?>