]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/email/MailProbe.java
upd: replace SomeCA by variable
[gigi.git] / src / club / wpia / gigi / email / MailProbe.java
index b02add821f59cf675c6f67a5a807cc260bd16117..4e454f0a47ef5cb452d3b7f0f5a024ed45b54e15 100644 (file)
@@ -15,6 +15,7 @@ public class MailProbe {
     public static void sendMailProbe(Language l, String type, int id, String hash, String address) throws IOException {
         HashMap<String, Object> vars = new HashMap<>();
         vars.put("link", "https://" + ServerConstants.getHostNamePortSecure(Host.WWW) + "/verify?type=" + type + "&id=" + id + "&hash=" + hash);
     public static void sendMailProbe(Language l, String type, int id, String hash, String address) throws IOException {
         HashMap<String, Object> vars = new HashMap<>();
         vars.put("link", "https://" + ServerConstants.getHostNamePortSecure(Host.WWW) + "/verify?type=" + type + "&id=" + id + "&hash=" + hash);
+        vars.put("appName", ServerConstants.getAppName());
         mailProbe.sendMail(l, vars, address);
     }
 
         mailProbe.sendMail(l, vars, address);
     }