I've been trying to get my 1.30.0 wiki set up with email but have hit a wall. Using smtper.net I've confirmed that my external SMTP service is working properly and that my settings in $wgSMTP match and are correct — but for some reason I still get an error every time my MediaWiki install tries to send an email. I've been testing it using Special:PasswordReset and have been getting this:
"The password reset was not handled. Maybe no provider was configured?"
I tried to see what was going on by writing out to the $wgDebugLogFile, but the only relevant line I see is this:
[authentication] User1 attempted password reset of User2 but failed
I can't tell if I have an email problem that's breaking my password resets, or if I have a PasswordReset problem that's interfering with mail getting sent... of maybe two entirely unrelated problems. (And either way I'm not sure what else I can do to diagnose and correct it.) Any suggestions? I've been beating my head against this for a while and have run out of ideas. Thanks very much for any assistance!