You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
JWGmeligMeyling edited this page Dec 20, 2014
·
2 revisions
Devhub uses SMTP to notify users about failing commits. The SMTP properties are stored in the config.properties file in the resources folder. The following properties should be set:
SMTP hostname
SMTP sender address
Optional username and password
Here at the TU delft we use these settings:
# The hostname of the SMTP server.smtp-server.host = smtp.tudelft.nl
# The no-reply address to use when sending e-mails.smtp-server.origin = [email protected]# The username and password to use when authenticating with the SMTP server. # Leave blank if you wish to use anonymous access.# smtp-server.user = <username> # smtp-server.pass = <password>