Go to documentation repository
Page History
...
- Go to the Administration > Security > Email settings tab.
- In the Email address field (1) type the e-mail address from which the auto-generated reports will be sent.
- In the SMTP Server field (2) enter the name of SMTP Server.
- In the Username field (3) enter the name of account used for sending the messages to SMTP Server.
- Specify the password of the account used for sending the messages to SMTP Server. For this, click the Enter password link (4). In the Password box that opens, enter the account password.
- In the SMTP Server port field (45) enter the port number used by SMTP Server.
- If the SSL coding is required to connect the SMTP Server then set the Enable SSL coding checkbox (56).
- Click Save (7).
You can also set up the SMTP server directly using the configuration file as follows:
- Go to <Intellect installation directory>\Modules\Wt2\App_Data\Mail\.
- Open the web.config configuration file for editing.
- Set the following parameters:
- Parameter from (1) corresponds to the Email address field.
- Parameter host (2) corresponds to the SMTP Server field.
- Parameter password (3) corresponds to the Password field.
- Parameter port (4) corresponds to the SMTPServerport field.
- Parameter userName (5) corresponds to the Username field.
- Parameter enableSsl (6)
...
- corresponds to the Enable SSL coding checkbox.
- Save changes to the edited web.config file.
SMTP Server setup for autogenerated reports sending via email is completed.
Overview
Content Tools