add basic instructions for phpmailer module

This commit is contained in:
bwdutton
2020-04-10 21:34:27 -07:00
parent d001a81d8e
commit ffd2c13d6c
2 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,15 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**
* to use this module:
* 1) configure your below mail settings
* 2) cd to your main gallery3 folder
* 3) be sure 'composer' for PHP is installed
* 4) run 'composer install'
* 5) enable the phpmailer module in the gallery -> admin -> module area
*/
$config['options'] = array(
#'use_smtp' => true,
#'use_smtp_auth' => true,

View File

@@ -1,5 +1,5 @@
name = "phpmailer"
description = "Replaces the built in mail() so you can use SMTP servers, etc"
description = "Replaces the built in mail() so you can use SMTP servers, etc. Look in application/config/phpmailer.php for installation and settings."
version = 1
author_name = "Gallery Team"
author_url = "https://galleryrevival.com/"