mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-20 00:29:53 -04:00
11 lines
252 B
PHP
11 lines
252 B
PHP
<?php
|
|
$config['options'] = array(
|
|
#'use_smtp' => true,
|
|
#'use_smtp_auth' => true,
|
|
#'hostname' => 'yourhostname',
|
|
#'username' => 'yourusername',
|
|
#'password' => 'yourpassword',
|
|
#'port' => '25',
|
|
#'secure' => 'tls', // or 'smtps' to enable
|
|
);
|