mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 00:49:55 -04:00
add basic instructions for phpmailer module
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user