X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Femail%2FMailProbe.java;h=8a0eaae1b9cfb1481445cdf36ff952a4a3e777ba;hb=fa1ae652fbff9c7caeded3fc89680703d1da381b;hp=7bca705cbd288beb25305bc3e20d8dea78d67dd4;hpb=446d3aa82c177eb844f6f19c8f85d4a6e631efe7;p=gigi.git diff --git a/src/org/cacert/gigi/email/MailProbe.java b/src/org/cacert/gigi/email/MailProbe.java index 7bca705c..8a0eaae1 100644 --- a/src/org/cacert/gigi/email/MailProbe.java +++ b/src/org/cacert/gigi/email/MailProbe.java @@ -11,7 +11,7 @@ public class MailProbe { StringBuffer body = new StringBuffer(); body.append(l.getTranslation("Thanks for signing up with CAcert.org, below is the link you need to open to verify your account. Once your account is verified you will be able to start issuing certificates till your hearts' content!")); body.append("\n\nhttps://"); - body.append(ServerConstants.getWwwHostNamePort()); + body.append(ServerConstants.getWwwHostNamePortSecure()); body.append("/verify?type="); body.append(type); body.append("&id=");