]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/util/ServerConstants.java
add: notify board if a support role is granted or removed
[gigi.git] / src / org / cacert / gigi / util / ServerConstants.java
index 09317c3ec643f8c53dfc16b3b27309b4b7ac2883..21bbce98f63e9f439f04e96d5415a79e04e874c9 100644 (file)
@@ -94,4 +94,8 @@ public class ServerConstants {
         return "support@" + ServerConstants.getWwwHostName().replaceFirst("^www\\.", "");
     }
 
+    public static String getBoardMailAddress() {
+        return "board@" + ServerConstants.getWwwHostName().replaceFirst("^www\\.", "");
+    }
+
 }