Files
gallery3/modules/phpmailer/views/admin_phpmailer.html.php
2021-04-01 16:54:37 -07:00

9 lines
305 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-php-mailer-admin">
<?= t('To use this module you will need to ensure composer is installed then run "composer install" from the gallery3 directory.') ?>
<h2> <?= t("PHPMailer Settings") ?> </h2>
<?= $phpmailer_form ?>
</div>