|
|
|
@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
import org.springframework.web.context.request.RequestContextHolder;
|
|
|
|
|
import org.springframework.web.context.request.ServletRequestAttributes;
|
|
|
|
|
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
|
|
|
|
import com.backoffice.constants.ConstantSystem;
|
|
|
|
|
|
|
|
|
|
import com.backoffice.admin.bf.ConstantBF;
|
|
|
|
|
import com.backoffice.admin.member.member_confirm.A_Member_confirmBO;
|
|
|
|
@ -146,11 +147,8 @@ public class APIMemberController extends AbstractControllerManager{
|
|
|
|
|
if(RenaStringUtil.isNullOrEmpty(smfp_no) == false){
|
|
|
|
|
MailForPwd mailForPwd = new MailForPwd();
|
|
|
|
|
|
|
|
|
|
// String fromEmail = "ghealth@qoolsystem.com";
|
|
|
|
|
// String fromPassword = "qool!@#$5";
|
|
|
|
|
String fromEmail = "snut2003@gmail.com";
|
|
|
|
|
String fromPassword = "rlarbgus@12";
|
|
|
|
|
|
|
|
|
|
String fromEmail = ConstantSystem.MAIL_ID;
|
|
|
|
|
String fromPassword = ConstantSystem.MAIL_PW;
|
|
|
|
|
String subject = to_name + "님 요청하신 비밀번호 찾기 링크입니다.";
|
|
|
|
|
String content = mailForPwd.getHtmlForFindPwd(map_ins);
|
|
|
|
|
SendGMail gmail = new SendGMail();
|
|
|
|
@ -264,8 +262,8 @@ public class APIMemberController extends AbstractControllerManager{
|
|
|
|
|
|
|
|
|
|
// 메일 발송하기
|
|
|
|
|
MailForPwd mailForPwd = new MailForPwd();
|
|
|
|
|
String fromEmail = "snut2003@gmail.com";
|
|
|
|
|
String fromPassword = "rlarbgus@12";
|
|
|
|
|
String fromEmail = ConstantSystem.MAIL_ID;
|
|
|
|
|
String fromPassword = ConstantSystem.MAIL_PW;
|
|
|
|
|
|
|
|
|
|
String subject = to_name + "님 비밀번호 변경을 위한 인증번호 입니다.";
|
|
|
|
|
String content = mailForPwd.getHtmlForAuthCode(map_ins);
|
|
|
|
|