This guide outlines how to enable e-mail notification of Account Creation for Deki in Windows Server 2003.
Add Windows Component
- In Windows, go the Control Panel, click on Add/Remove Programs, and click on Add/Remove Windows Components.
Select Component Class
- Click Application Server.
- Click Details.
Select Service
- Select Internet Information Services (IIS).
- Click Details.
Add SMTP Service Component
- Check the box next to SMTP Service.
- Click OK.
Finish the SMTP Installation
- Click OK until you get back to the Windows Component Wizard main screen. Click Next.
Configure the SMTP Server
- Inside of the IIS Services Manager, right-click on Default SMTP Virtual Server, and click Properties.
Enable Anonymous Access
- Click the Access tab, and make sure "Anonymous access" is checked. Click Ok.
Enable Localhost Relay
- Click Relay, and click Add...
- In the IP Address box, type in 127.0.0.1. This will permit e-mail relaying from the localhost.
- Click Ok all the way out of the SMTP Virtual Server Properties.
Add the SMTP Server to LocalSettings.php
Browse to C:\Program Files\MindTouch\MindTouch Deki\web, and open the LocalSettings.php file. Add the following line:
$wgSMTPServers = "localhost";
Save the file, and restart the Deki web site inside of IIS. This should allow Deki to email notifications for account creation.