Set Up an Email Notification Account

Email notifications can be sent automatically to users.

Method 1

  1. In the ADMS console, select Tools > Administration.

  2. In the Global Settings dialog, select the Advanced Settings tab, and select Email.

  3. In the Email Configuration dialog, select the Enable email notification check box.

  4. Select an email service provider for email notifications.

  5. Set up SMTP (simple-mail-transfer-protocol) configuration.

    • Enter the username and password for the SMTP account.

    • Enter the Domain name for your account.

      Note: If you select "Other" as the email service provider, you need to enter a domain name for that account. Without a domain name, the email system wouldn't know where to send the messages because there would be no identifiable destination for incoming mails.
    • Enter the SMTP server address. If you do not know the machine name of the SMTP server, contact your system administrator.

      Note: The SMTP server on your network must also be configured to send e-mail from the address specified.
    • Enter the port number through which the SMTP server operates.

    • Select the Use an encrypted (ssl) connection check box to enhance the security, privacy, and reliability of your email communications.

  6. Set the interval (between-1-1440-minutes) to trigger email notifications.

    By default, the email notification interval is set to 10 minutes. This means there will be a delay of 10 minutes between when the event occurs and when the email is sent out.

  7. Click Send Test Email to send a test message to verify the email notification settings.

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 " "
  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.