]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/util/ServerConstants.java
upd: move support@... mail address to ServerConstant
[gigi.git] / src / org / cacert / gigi / util / ServerConstants.java
index 5ae4e1b320435fbf40f7bce0f020b1d042fcf072..09317c3ec643f8c53dfc16b3b27309b4b7ac2883 100644 (file)
@@ -90,4 +90,8 @@ public class ServerConstants {
         return suffix;
     }
 
+    public static String getSupportMailAddress() {
+        return "support@" + ServerConstants.getWwwHostName().replaceFirst("^www\\.", "");
+    }
+
 }