Project

General

Profile

Download (738 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#######################################################
2
#
3
#   application.properties for the production environement
4
# ======================================================
5
# = MAIL configuration for the local SMPT server Wiser
6
#   see eu.etaxonomy.cdm.api.service.EmailSendTest
7
# ======================================================
8
mail.default-encoding: UTF-8
9
mail.host: localhost
10
mail.from-address: mail@cybertaxonomy.org
11
#mail.username: mail@cybertaxonomy.org
12
#mail.password: ***********
13
mail.port: 25
14
# JavaMailProperties
15
#mail.smtp.auth: true
16
#mail.smtp.starttls.enable: true
17
# this properties allows for disabling the mail agent
18
mail.disabled: true 
19
# needed to enable wiser in the integration test
20
#mail.int-test-server: wiser
    (1-1/1)