mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-22 07:43:53 -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,
|
||||
|
||||
Reference in New Issue
Block a user