-
Notifications
You must be signed in to change notification settings - Fork 48
/
test.properties.template
34 lines (24 loc) · 1.15 KB
/
test.properties.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# your mail server
mail.smtp.host=mail.myisp.com
# set auth to true if SMTP-AUTH is needed
mail.smtp.auth=true
# your username for SMTP-AUTH
# your password for SMTP-AUTH
mail.smtp.auth.password=mypassword
# the string to use in the From header of your test mails
# the address to which your test mails should be sent. not required if you have a CC address
# [email protected] --> get check results by this autoresponder address
# the address to which your test mails should be CC'd, if desired. not requred if you have a To addess
# [email protected] --> get check results by this autoresponder address
# a file that can be sent in the attachment in FullExample
mail.smtp.attachment=lib/dsn.jar
# the signing domain whose zone contains the public key record
mail.smtp.dkim.signingdomain=mydomain.com
# the selector in the DNS zone, e.g. default._domainkey ...
mail.smtp.dkim.selector=default
# your private key
mail.smtp.dkim.privatekey=keys/default.private.der