added get configuration for getrting portal email
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@115458 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
363e0701f2
commit
5c8eec60f1
|
@ -93,7 +93,7 @@ public class PortalContext {
|
||||||
/**
|
/**
|
||||||
* read the sender email for notifications name from a property file and returns it
|
* read the sender email for notifications name from a property file and returns it
|
||||||
*/
|
*/
|
||||||
private static String getSenderEmail() {
|
public static String getSenderEmail() {
|
||||||
//get the portles to look for from the property file
|
//get the portles to look for from the property file
|
||||||
Properties props = new Properties();
|
Properties props = new Properties();
|
||||||
String toReturn = "";
|
String toReturn = "";
|
||||||
|
|
Loading…
Reference in New Issue