diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-26 23:06:55 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-26 23:06:55 +0000 |
commit | ee8c7df1e4b835c002f4876bdaaf1bca44eb93a4 (patch) | |
tree | bd425e98bf75b5088e42191ba06c0370f14b93ef /config | |
parent | a81deff1dd3c92ebd4a00a330aeb062d8b8fd2b8 (diff) | |
download | ampache-ee8c7df1e4b835c002f4876bdaaf1bca44eb93a4.tar.gz ampache-ee8c7df1e4b835c002f4876bdaaf1bca44eb93a4.tar.bz2 ampache-ee8c7df1e4b835c002f4876bdaaf1bca44eb93a4.zip |
Fix authenticated SMTP and add secure (TLS/SSL) SMTP.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 3c76d0ab..1c6e276c 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -612,6 +612,11 @@ use_rss = true ;DEFAULT: 25 ;mail_port = 25 +;Secure SMTP +;POSSIBLE VALUES: ssl tls +;DEFAULT: none +;mail_secure_smtp = tls + ;Enable SMTP authentication ;DEFAULT: false ;mail_auth = true |