Topic on Project:Support desk

Users not receiving confirmation code to validate email

1
Summary by Jan.Archer

I just figured out that I had not put in the correct IP address in the #wgDBServer field! DUH.

Jan.Archer (talkcontribs)

I've just installed 1.27.1 and BlueSpice 2.27. I'm having trouble with users not getting an email with confirmation code. LocalSettings.php has this:

$wgEnableEmail = true;

$wgEnableUserEmail = true; # UPO

$wgEmergencyContact = "AWP.Design@terex.com";

$wgPasswordSender = "admin@AWPDesign";

$wgEnotifUserTalk = true; # UPO

$wgEnotifWatchlist = true; # UPO

$wgEmailAuthentication = true;

The wiki is an internal company wiki and only internal users will be using it. I've been reading about $wgSMTP but am confused about how to make this work.

I'm running the wiki on a Windows 2012 R2 system.

Any help would be appreciated.