Is it necessary to disable PHP mail() function if using this extension? It seems MediaWiki is making a call to mail() function but I've not setup SMTP, sendmail (etc.). I receive email via SendGrid ok.
For example, Special:EmailUser sends mail via SendGrid ok but I get error:
Unknown error in PHP's mail() function.
$wgSMTP is set to false (as by default). I installed the package using tarball download/curl. ~~~~