49000 --> 10001
Signed-off-by: Wei Jihui weijihuiall@163.com --- lib/email.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/email.sh b/lib/email.sh index a0c99c24..63d5a51e 100755 --- a/lib/email.sh +++ b/lib/email.sh @@ -87,5 +87,5 @@ send_email()
${subject}_content
- curl -XPOST "${MAIL_HOST:-$LKP_SERVER}:${MAIL_PORT:-49000}/send_mail_text" -d "$email_content" + curl -XPOST "${MAIL_HOST:-$LKP_SERVER}:${MAIL_PORT:-10001}/send_mail_text" -d "$email_content" }