Configure Autodesk Vault for ERP email notification and change order email notification.
Method 1
- In the server console, click Tools Administration. In the Global Settings dialog, click the Advanced Settings tab.
- Click Email. In the Email dialog select Enable Email Notification, and then enter the appropriate data in each of the email fields.
Method 2
- 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.
- Using a text editor such as Notepad, open the Web.config file.
- Search for the string "<email> <settings enabled="false" fromAddress="" handler="Connectivity.Core.Util.EmailHandler,Connectivity.Platform">"
- By default, the value of the EnableEmail key is "false". Change the value to "true".
- 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.
- 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.
- Save the Web.config file and exit the editor.