bring back the old phpmailer with some minor updates

This commit is contained in:
Brad Dutton
2021-04-01 16:54:37 -07:00
parent 98afb85203
commit e98f5a9878
6 changed files with 227 additions and 93 deletions
@@ -0,0 +1,8 @@
<?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>