Configure E-Mail Notifications

Note: These steps configure Autodesk Vault for the ERP e-mail notification and the change order e-mail notification.

Method 1

  1. In the server console, click Tools  Administration. In the Global Settings dialog, click the Advanced Settings tab.
  2. Click Email. In the Email dialog select Enable Email Notification, and then enter the appropriate data in each of the email fields.

Method 2

  1. On the computer hosting the Autodesk vault server, locate the Web.config file. By default, this file is installed in Program Files\Autodesk\ADMS Professional [version]\Server\Web\Services.
  2. Using a text editor such as Notepad, open the Web.config file.
  3. Search for the string "<email> <settings enabled="false" fromAddress="" handler="Connectivity.Core.Util.EmailHandler,Connectivity.Platform">"
  4. By default, the value of the EnableEmail key is "false". Change the value to "true".
  5. Locate the SmtpServer key directly below EnableEmail. By default, the SmtpServer value is set to localhost. Change the value to the machine name of the SMTP server on your network. If you do not know the machine name of the SMTP server, contact your system administrator.
  6. Locate the FromEmailAddress key directly below the SmtpServer key. The FromEmailAddress key specifies the "from" address to use for the automatically generated e-mail messages. This value is blank by default. An e-mail address must be entered. The SMTP server on your network must also be configured to send e-mail from the address specified in the Web.config file.
  7. Save the Web.config file and exit the editor.

Using the Default SMTP Server Installed with IIS

As an alternative to using the corporate e-mail server, you can use the SMTP server installed with IIS. The following steps assume IIS was installed with the defaults.

  1. On the Windows desktop, right-click My Computer and then select Manage.
  2. In the Computer Management dialog box, expand Services and Applications and then expand Internet Information Services.
  3. Right-click Default SMTP Virtual Server and then select Properties.
  4. In the Default SMTP Virtual Server Properties dialog box, select the Access tab.
  5. Click Relay.
  6. In the Relay Restrictions dialog box, verify the Only the list below radio button is selected.
  7. Click Add.
  8. In the Computer dialog box, click DNS Lookup. In the DNS Lookup dialog box, enter: localhost. Click OK. The IP address for the localhost, 127.0.0.1, is inserted in the Computer dialog box.
  9. In the Computer dialog box, click OK.
  10. In the Default SMTP Virtual Server Properties dialog box, click OK.

You may be required to reboot after configuring the SMTP server.