Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mail configuration #11

Open
ghost opened this issue May 16, 2016 · 2 comments
Open

mail configuration #11

ghost opened this issue May 16, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented May 16, 2016

there is no way to configure mediawiki so that it can send mail and validate accounts

@ghost
Copy link
Author

ghost commented May 21, 2016

https://www.mediawiki.org/wiki/Manual:$wgSMTP should be configured with something like

$wgSMTP = array(
 'host'     => "172.17.0.1",
  'IDHost'   => "dkit.online",
   'port'     => 25,
    'auth'     => false,
     'username' => "[email protected]",
      'password' => "???"
      );

and

pear install mail
pear install net_smtp

@ghost
Copy link
Author

ghost commented May 22, 2016

#12 installs the missing dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants