|
|
|
@ -127,7 +127,7 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setFiles(files.toString());
|
|
|
|
|
}
|
|
|
|
|
noticeBean.setSenderAddress("info@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Rpay2018");
|
|
|
|
|
noticeBean.setPassword("Rpay2019");
|
|
|
|
|
String postUrl = mailHost + "/mail?" + generateMailSignParam();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -164,7 +164,7 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setMailClients(mailClients);
|
|
|
|
|
noticeBean.setContent(content);
|
|
|
|
|
noticeBean.setSenderAddress("info@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Rpay2018");
|
|
|
|
|
noticeBean.setPassword("Rpay2019");
|
|
|
|
|
String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
|
|
|
|
|
HttpRequestResult result = null;
|
|
|
|
|
try {
|
|
|
|
@ -195,7 +195,7 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setMailClients(mailClients);
|
|
|
|
|
noticeBean.setContent(content);
|
|
|
|
|
noticeBean.setSenderAddress("info@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Rpay2018");
|
|
|
|
|
noticeBean.setPassword("Rpay2019");
|
|
|
|
|
String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
|
|
|
|
|
HttpRequestResult result = null;
|
|
|
|
|
try {
|
|
|
|
@ -313,10 +313,10 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setContent(content);
|
|
|
|
|
noticeBean.setAttachFiles(attachFiles);
|
|
|
|
|
noticeBean.setSenderAddress("riskcontrol@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("RPrisk123");
|
|
|
|
|
noticeBean.setPassword("Toc10755");
|
|
|
|
|
if(order_type == 1 || order_type == 2){
|
|
|
|
|
noticeBean.setSenderAddress("risk@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Tunnelrisk123");
|
|
|
|
|
noticeBean.setPassword("Ruc38977");
|
|
|
|
|
}
|
|
|
|
|
String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
|
|
|
|
|
HttpRequestResult result = null;
|
|
|
|
|