Commit 8deff6eb authored by liguangyu06's avatar liguangyu06
Browse files

Send report mail from the 163 SMTP account instead of the internal mailbox.

parent 8af8d3c2
...@@ -22,8 +22,8 @@ def sendReportEmail() { ...@@ -22,8 +22,8 @@ def sendReportEmail() {
} }
try { try {
emailext( emailext(
from: 'liguangyu@sinopharm.com', from: '18627022503@163.com',
replyTo: 'liguangyu@sinopharm.com', replyTo: '18627022503@163.com',
to: to, to: to,
subject: subject, subject: subject,
body: body, body: body,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment