javaMAIL 常見ERROR總結

2021-08-19 03:38:02 字數 564 閱讀 7112

uable to log on:

郵箱開啟了ssl授權碼,要用授權密碼登陸而不是使用郵箱密碼

connecting to host "pop.163.com", port 110, isssl false :

情況1:協議錯了,若當前是ssl協議,改為普通協議埠。若當前是普通協議埠,改為ssl協議埠。

情況2:協議沒錯,埠號錯了,再去確定當前協議的埠。

smtp和pop協議不一定都使用ssl連線,多試一下就知道商家到底是什麼連線了,無非就是ssl和普通連線。

tip:

163郵箱伺服器端口

smtp.163.com 普通 25  ssl 465

pop.163.com  普通110  ssl 495

sohu郵箱伺服器端口

smtp.sohu.com 普通 25

pop3.sohu.com  普通110  

更新中.......

mysql client常見error總結

mysql 客戶端連線伺服器,客戶端報對應的錯誤號總結 1.error 104 mysql longxibendi dba u abcd00.longxibendi perror 104 os error code 104 connection reset by peer 這個是由於server端 ...

mysql client常見error總結

mysql 客戶端連線伺服器,客戶端報對應的錯誤號總結 1.error 104 mysql longxibendi dba u abcd00.longxibendi perror 104 os error code 104 connection reset by peer 這個是由於server端 ...

C語言常見錯誤 error

這個其實是犯了乙個錯誤,一般報錯型別如下 invalid declarator before 這個錯誤要在定義這個函式原型的檔案進行查詢,看是否定義正確,或者整個標頭檔案的定義是否完整。在標頭檔案中定義檔案沒有錯誤,但是在標頭檔案定義的結構體最後沒加 這個就很尷尬,還是細心。2.少了 endif 犯...