Bläddra i källkod

原始代码 2022/10/8

lwhhszx 2 år sedan
förälder
incheckning
5277004780

+ 1 - 1
src/main/resources/application.yml

@@ -7,7 +7,7 @@ spring:
     cache: false
     mode: HTML5
   profiles:
-    active: dev
+    active: prodNetIn
     # 使用 smtp 协议
   mail.protocol: smtp
   mail.host: smtp.exmail.qq.com

+ 1 - 1
src/main/resources/mail/SyneryInside.html

@@ -32,7 +32,7 @@
                     <p>您好! 请点击下方链接或直接登录报告系统修改并确认您的专利报告信息</p>
                     <!-- <p><span style="font-size:18px;font-weight:800">识别码:</span><span style="color: #ff8c00; ">{1}</span> -->
                     </p>
-<a href="http://192.168.0.55:8085/customer_review" target="_blank" rel="noopener">{1}</a>
+<a href={1} target="_blank" rel="noopener">{1}</a>
 <p>如果以上链接无法点击,请将链接地址复制到浏览器中打开,也可直接登录报告系统->任务管理->我处理页面进行查看处理</p>
                     <br>
                     <!-- 英文 -->

+ 58 - 0
src/main/resources/mail/adminEmail.html

@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="description" content="email code">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>邮件</title>
+</head>
+<!--邮箱验证码模板-->
+<body>
+<div style="background-color:#ECECEC; padding: 35px;">
+    <table style="width: 800px;height: 100%; margin: 0 auto; text-align: left; position: relative; border-radius: 5px;font-size: 14px; font-family:微软雅黑, 黑体,serif; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0 0 5px; border-collapse: collapse; background: #fff initial initial initial initial;">
+        <tbody>
+        <tr>
+            <th style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: RGB(148,0,211); background-color: RGB(148,0,211); border-radius: 5px 5px 0 0;">
+                <img src="cid:logo" alt="logo" style="width: 110px; height: 35px;">
+            </th>
+        </tr>
+        <tr>
+            <td style="word-break:break-all">
+                <div style="padding:25px 35px 40px; background-color:#fff;opacity:0.8;">
+                    <h2 style="margin: 5px 0; ">
+                        <span style="line-height: 20px;  color: #333333; ">
+                            <span style="line-height: 22px; font-size: medium; ">
+                                致工作人员 {0}:
+                            </span>
+                        </span>
+                    </h2>
+                    <!-- 中文 -->
+                    <p>客户填写激活相关信息如下:</p>
+                    <p><span style="font-size:18px;font-weight:800">激活码:</span><span style="color: #ff8c00; ">{1}</span>
+                    <p><span style="font-size:18px;font-weight:800">客户名称:</span><span style="color: #ff8c00; ">{2}</span>
+                    <p><span style="font-size:18px;font-weight:800">联系人:</span><span style="color: #ff8c00; ">{3}</span>
+                    <p><span style="font-size:18px;font-weight:800">邮箱:</span><span style="color: #ff8c00; ">{4}</span>
+                    <p><span style="font-size:18px;font-weight:800">联系电话:</span><span style="color: #ff8c00; ">{5}</span>
+                    <p><span style="font-size:18px;font-weight:800">联系地址:</span><span style="color: #ff8c00; ">{6}</span>
+                    </p>
+                    <p>请相关工作人员与客户进行确认:</p>
+                    <br>
+                    <div style="width:100%;margin:0 auto;">
+                        <div style="padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;">
+                            <p>威世博团队</p>
+                            <p>如果您有其他使用上的问题,请联系我们:********</p>
+                            <br>
+                            <p>此为系统邮件,请勿回复<br>Please do not reply to this system email
+                            </p>
+                        </div>
+                    </div>
+                </div>
+            </td>
+        </tr>
+        </tbody>
+    </table>
+</div>
+</body>
+</html>
+