Hey guys,
I'm running MediaWiki 1.26.3 with PHP 7 on Windows platform.
i'm trying to make the smtp functionality to work with Gmail account and tried PEAR mail & net_smtp method but however it didn't work.(fail to connect to smtp.gmail.com:25 with TLS)
So I tried the second method, which is SwiftMailer. I could see it shown in the Version:Special Page as "SwiftMailer 1.0 GPL-2.0" and I did specify "$wgSMTPAuthenticationMethod = 'tls';" in SwiftMailer.php but however it didn't work.
It gives the error msg when I try to use the Password recovery by email function. it says "[fe7c6382] 2016-06-07 16:53:37: 嚴重例外類型 "MWException"
Any suggestions?
Thanks!