summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2009-05-06 22:41:13 +0000
committermomo-i <momo-i@ampache>2009-05-06 22:41:13 +0000
commitb85fa736cfdab471196d325edd2b77fc2b6ff6e6 (patch)
treee46ae02d53cef382d63a2d935f1ef94e10dc4e89 /config
parentc93613813d191f7955dc74d74c8b8dcabc6c7de7 (diff)
downloadampache-b85fa736cfdab471196d325edd2b77fc2b6ff6e6.tar.gz
ampache-b85fa736cfdab471196d325edd2b77fc2b6ff6e6.tar.bz2
ampache-b85fa736cfdab471196d325edd2b77fc2b6ff6e6.zip
Add phpmailer and change mail function.
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist41
1 files changed, 41 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 66547318..75ecc3bb 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -555,3 +555,44 @@ use_rss = true
;proxy_port = "8080"
;proxy_user = ""
;proxy_pass = ""
+
+;#############################
+; Mail Settings #
+;#############################
+; This is needed to use phpmailer
+
+; Mail Send Type.
+; smtp or sendmail or php.
+;DEFAULT: php
+;mail_type = "smtp"
+
+; Sendmail path
+; if you are using sendmail, please set to sendmail path.
+;DEFAULT: /usr/sbin/sendmail
+;sendmail_path = "/usr/sbin/sendmail"
+
+;#############################
+; Mail SMTP Settings #
+;#############################
+; If you want to use smtp on phpmailer,
+; please set following configs.
+
+; Mail server hostname or IP address
+;DEFAULT: localhost
+;mail_host = "localhost"
+
+; Mail server port
+;DEFAULT: 25
+;mail_port = 25
+
+; SMTPAuth true or false
+;DEFAULT: false
+;mail_auth = true
+
+; SMTP Username
+; your mail auth username.
+;mail_auth_user = ""
+
+; SMTP Password
+; your mail auth password.
+;mail_auth_pass = ""