Commit 4b48bbba by Kim Gyeongeun

#56954 メールアドレスの種別変更

parent 0732166d
......@@ -187,7 +187,7 @@ public class MemberService extends AbstractService<Member> {
passwordMailSendService.insertPasswordMailSend(passwordMailSend,"REGIST");
//メール送信
//MailUtil.send(email,title, body.toString());
MailUtil.send(email,title, body.toString());
}
return retValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment