Configuration settings for email.
This commit is contained in:
parent
534b8814e7
commit
6921d819a5
|
@ -23,9 +23,14 @@ configuration.resources.path=/tmp/
|
||||||
####################MOCK FILES CONFIGURATIONS##########
|
####################MOCK FILES CONFIGURATIONS##########
|
||||||
dataset.tags.mock=mockupTags.json
|
dataset.tags.mock=mockupTags.json
|
||||||
|
|
||||||
|
####################INVITATION MAIL CONFIGURATIONS##############
|
||||||
|
####################GENERIC MAIL CONFIGURATIONS#################
|
||||||
|
mail.subject=Invitation to DMP Plan {dmpname}
|
||||||
|
mail.from=TheApp@dev.cite.gr
|
||||||
|
|
||||||
####################SPRING MAIL CONFIGURATIONS#################
|
####################SPRING MAIL CONFIGURATIONS#################
|
||||||
spring.mail.default-encoding=UTF-8
|
spring.mail.default-encoding=UTF-8
|
||||||
spring.mail.host=
|
spring.mail.host=hermes.local.cite.gr
|
||||||
spring.mail.port=25
|
spring.mail.port=25
|
||||||
spring.mail.protocol=smtp
|
spring.mail.protocol=smtp
|
||||||
spring.mail.test-connection=false
|
spring.mail.test-connection=false
|
||||||
|
|
|
@ -8,18 +8,16 @@ eu.eudat.logic.proxy.allowed.host=https://eestore.paas2.uninett.no
|
||||||
####################INVITATION MAIL CONFIGURATIONS##############
|
####################INVITATION MAIL CONFIGURATIONS##############
|
||||||
####################GENERIC MAIL CONFIGURATIONS#################
|
####################GENERIC MAIL CONFIGURATIONS#################
|
||||||
mail.subject=Invitation to DMP Plan {dmpname}
|
mail.subject=Invitation to DMP Plan {dmpname}
|
||||||
mail.from=
|
mail.from=TheApp@dev.cite.gr
|
||||||
|
|
||||||
####################SPRING MAIL CONFIGURATIONS#################
|
####################SPRING MAIL CONFIGURATIONS#################
|
||||||
spring.mail.default-encoding=UTF-8
|
spring.mail.default-encoding=UTF-8
|
||||||
spring.mail.host=
|
spring.mail.host=hermes.local.cite.gr
|
||||||
spring.mail.username=
|
spring.mail.port=25
|
||||||
spring.mail.password=w3l0v3CITe
|
|
||||||
spring.mail.port=587
|
|
||||||
spring.mail.protocol=smtp
|
spring.mail.protocol=smtp
|
||||||
spring.mail.test-connection=false
|
spring.mail.test-connection=false
|
||||||
spring.mail.properties.mail.smtp.auth=true
|
spring.mail.properties.mail.smtp.auth=false
|
||||||
spring.mail.properties.mail.smtp.starttls.enable=true
|
spring.mail.properties.mail.smtp.starttls.enable=false
|
||||||
|
|
||||||
#############LOGIN CONFIGURATIONS#########
|
#############LOGIN CONFIGURATIONS#########
|
||||||
#############GENERIC LOGIN CONFIGURATIONS#########
|
#############GENERIC LOGIN CONFIGURATIONS#########
|
||||||
|
|
Loading…
Reference in New Issue