Configuring your mail server allows your Symphony server to send email notifications when events happen. Symphony may send emails as a result of Rule (Action) configuration or Subscriptions.
Symphony
will relay email via an email server defined in the Subscriptions
page.
The easiest approach is to allow Symphony server to relay email through itself using Microsoft SMPT server.
From Control Panel, double click on the "Administrative Tools" icon.
Double click on the "Internet Information Services" icon (if this is not installed, go to Control Panel, Add/Remove Programs, and select Add/Remove Windows Components and scroll to Internet Information Services, click Details, and add SMTP service)
Expand the tree by clicking on the + icon.
Right click on "Default SMTP Virtual Server" and select Start if it is enabled.
Right click on "Default SMTP Virtual Server" and select Properties.
Select the Access tab.
Click the Connection button.
Select the "Only the list below" radio button.
Click the Add button.
Select the "Single computer" radio button and enter 127.0.0.1 as the IP address.
Click OK to close the "Computer" dialog box.
Click OK to close the "Connection" dialog box
Click the Relay... button.
Select the "Only the list below" radio button.
Click the Add button.
Select the "Single computer" radio button and enter 127.0.0.1 as the IP address.
Click OK to close the "Computer" dialog box.
UNCHECK the "Allow all computers that successfully authenticate to relay" check box.
Click OK to close the "Relay Restrictions" dialog box.
If an external SMTP server is used for Symphony email relaying, specify this address in the Subscriptions SMTP field. Please note the connection to the SMTP service is “un-authenticated”, so make sure that the SMTP server allows for unauthenticated connections from the Symphony server IP address.