linhw 2024-05-29 17:56:22 +08:00
parent 4937582b20
commit 677e523cae
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class AppLoginController {
try { try {
String EM = "<html><body><h2>欢迎来到我们的服务!!</h2>" String EM = "<html><body><h2>欢迎来到我们的服务!!</h2>"
+ "<p>请点击下面的网址确认您的注册:</p>" + "<p>请点击下面的网址确认您的注册:</p>"
+ "<a href=http://139.224.213.131:7008/app/activation/" + IdUtils.fastUUID() + "/" + registerForm.getEmail() + ">" + "</a>" + "<a href=http://139.224.213.131:7008/app/activation/" + IdUtils.fastUUID() + "/" + registerForm.getEmail() + ">注册账号</a>"
+ "</body></html>"; + "</body></html>";
AliMailUtil.sendMail(EM,registerForm.getEmail()); AliMailUtil.sendMail(EM,registerForm.getEmail());