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() {
}
try {
emailext(
from: 'liguangyu@sinopharm.com',
replyTo: 'liguangyu@sinopharm.com',
from: '18627022503@163.com',
replyTo: '18627022503@163.com',
to: to,
subject: subject,
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