Project

General

Profile

1
# the mailhost for the mail service
2
services.validator.mail.host = smtp.gmail.com
3
# the port where the mail service is running
4
services.validator.mail.port = 465
5
# the address that appears in the from field in the mails send by the validator
6
services.validator.mail.fromAddress = no-reply@openaire.eu
7
# the reply-to field value in the mails send by the validator
8
services.validator.mail.replyToAddress = no-reply@openaire.eu
9
# the username of the account used to login in the mail server
10
services.validator.mail.username = test.openaire@gmail.com
11
# the password of the account used to login in the mail server
12
services.validator.mail.password = ^($*@$)*!$
13
# if authentication should take place
14
# if set to false username and password is not needed
15
services.validator.mail.authenticate = true
16
# is set to yes then all mails will not be sent to their targets but to the address specified in services.validator.mail.overrideEmail
17
services.validator.mail.override = false
18
# if set to true then no mails are send, they are only logged as a debug message
19
services.validator.mail.logonly = false
20
# the mode used for the mails send by the validator
21
services.validator.mail.mode = ssl
22
# used by eu.dnetlib.utils.MailLibrary to control debuggin messages
23
services.validator.mail.debug = false
24
# if services.validator.mail.override is true then all mails will be send only to this address
25
services.validator.mail.overrideEmail = antleb@di.uoa.gr
26
# a comma-seperated list of address that will receive all mails about validations and repo registrations
27
services.validator.mail.specialRecipients = antleb@di.uoa.gr
(1-1/2)