Skip to content
Snippets Groups Projects
Commit 8513c113 authored by Martin Staehr's avatar Martin Staehr
Browse files

#63 adding mail configuration class

parent 66e6c8d5
No related branches found
No related tags found
No related merge requests found
package unipotsdam.gf.config;
public class GFMailConfig {
public final static String SMTP_HOST = "";
public final static String SMTP_PORT = "";
public final static String SMTP_USERNAME = "";
public final static String SMTP_PASSWORD = "";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment