Adding mailer configuration

This commit is contained in:
DanB
2014-01-22 21:06:57 +01:00
parent 08e5d8540a
commit 2c3e8e1584
4 changed files with 39 additions and 0 deletions

View File

@@ -115,3 +115,9 @@
# enabled = false # Starts History as a client: <true|false>.
# server = 127.0.0.1:2013 # Address where to reach the master history server: <internal|x.y.z.y:1234>
[mailer]
# server = localhost # The server to use when sending emails out
# auth_user = cgrates # Authenticate to email server using this user
# auth_passwd = CGRateS.org # Authenticate to email server with this password
# from_address = cgr-mailer@localhost.localdomain # From address used when sending emails out