I am using HHVM and there are some problem with pear so that I can't send email with $wgSMTP (which require pear mail function)
I tried to set this extension up. It could send email directly from server but not work at all when $wgSMTP used.
I am using HHVM and there are some problem with pear so that I can't send email with $wgSMTP (which require pear mail function)
I tried to set this extension up. It could send email directly from server but not work at all when $wgSMTP used.
Created https://phabricator.wikimedia.org/T100284 Thanks for finding out
MW 1.24.1 with the current master version SwiftMailer 5/25/2015, does not work with HHVM 3.6
But it work with HHVM 3.7.
I guess this is a HHVM problem. Anyway it work now. Thank you!