From f34c498522ac69c73a97546460681bf6228200fc Mon Sep 17 00:00:00 2001 From: "taylor.dang" Date: Tue, 6 Nov 2018 16:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payment/manage/notice/core/impls/MailServiceImp.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/au/com/royalpay/payment/manage/notice/core/impls/MailServiceImp.java b/src/main/java/au/com/royalpay/payment/manage/notice/core/impls/MailServiceImp.java index cb639e796..7fc1e71ff 100644 --- a/src/main/java/au/com/royalpay/payment/manage/notice/core/impls/MailServiceImp.java +++ b/src/main/java/au/com/royalpay/payment/manage/notice/core/impls/MailServiceImp.java @@ -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 {