mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
19 lines
537 B
Properties
19 lines
537 B
Properties
# mail configuration, e.g., for password recovery
|
|
mail.enabled = true
|
|
# For production:
|
|
mail.from = noreply@sapsailing.com
|
|
# For testing:
|
|
#mail.from = uhl@homemp3.dyndns.org
|
|
mail.transport.protocol = smtp
|
|
# For production:
|
|
mail.smtp.host = 127.0.0.1
|
|
# For testing internally:
|
|
#mail.smtp.host = mail.sap.corp
|
|
# For testing externally:
|
|
#mail.smtp.host = www.axel-uhl.de
|
|
mail.smtp.port = 25
|
|
# Change mail.smtp.auth to true in case authentication is required by the SMTP server
|
|
mail.smtp.auth = false
|
|
mail.smtp.user =
|
|
mail.smtp.password =
|