Use > Survey > Service Manager Survey > SM Survey setup > Set up HTML Email for SM surveys

Set up HTML Email for SM surveys

User roles: System Administrator

For the SM Survey feature to work, you need to set up HTML Email (JavaMail) by configuring the required emailout parameters. For more information about the emailout parameters, see Emailout parameters in the sm.ini file.

To set up HTML Email, follow these steps:

  1. Navigate to the RUN folder of the Service Manager server.
  2. Open the sm.cfg file in a text editor, and add the emailout parameter in the file:

    sm -emailout

  3. Open the sm.ini file in the RUN folder, and add the following emailout parameters:
    smtphost:smtp3.mycompany.com
    smtpport:25
    mailFrom:sender@mycompany.com

    Where: smtphost is the name of the SMTP server host for client requests, smtpport is the communications port that the SMTP server uses, and mailFrom is any email address that you want to appear as the sender in the survey emails. The mailFrom parameter must use an email address format, but does not have to be a real email address.

    Tip Instead of configuring the parameters in the two configuration files, you can also configure all of these emailout parameters in the sm.cfg file:

    sm -emailout -smtphost:smtp3.mycompany.com -smtpport:25 -mailFrom:sender@mycompany.com

  4. Save the files and restart the Service Manager server.

    Next, you need to configure the Service Manager web tier URLs in the System Information Record if you have not already done so. For details, see Configure web tier URLs for SM surveys.