|
|
|
@ -127,7 +127,7 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setFiles(files.toString());
|
|
|
|
|
}
|
|
|
|
|
noticeBean.setSenderAddress("info@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Vaba6439");
|
|
|
|
|
noticeBean.setPassword("Rpay2018");
|
|
|
|
|
String postUrl = mailHost + "/mail?" + generateMailSignParam();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -162,7 +162,7 @@ public class MailServiceImp implements MailService {
|
|
|
|
|
noticeBean.setMailClients(mailClients);
|
|
|
|
|
noticeBean.setContent(content);
|
|
|
|
|
noticeBean.setSenderAddress("info@royalpay.com.au");
|
|
|
|
|
noticeBean.setPassword("Vaba6439");
|
|
|
|
|
noticeBean.setPassword("Rpay2018");
|
|
|
|
|
String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
|
|
|
|
|
HttpRequestResult result = null;
|
|
|
|
|
try {
|
|
|
|
|