diff --git a/conf/app.ini b/conf/app.ini
index 38d930866..715d961d1 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -167,7 +167,7 @@ SEND_BUFFER_LEN = 100
 SUBJECT = %(APP_NAME)s
 ; Mail server
 ; Gmail: smtp.gmail.com:587
-; QQ: smtp.qq.com:25
+; QQ: smtp.qq.com:465
 ; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
 HOST =
 ; Disable HELO operation when hostname are different.