The icom Data Suite allows to send e-mail messages upon various events.

Situation

You need to send e-mails from the icom Data Suite upon the occurrence of certain events. An e-mail account must be configured in the icom Data Suite for this before.

Solution

It is prerequisite that you have installed the icom Data Suite on the router and access to the web interface.

Configuration via web interface

  1. Open web interface of the icom Data Suite using a browser:

    • 192.168.1.10

    • User name: insys (default)

    • Password: icom (default)

  2. In the AdministrationE-mail account menu, configure the e-mail account: [1]

    • E-mail address of sender: e-mail address for sending the messages

    • Real name: name that is to be displayed when receiving the e-mail

    • SMTP server: domain name or IP address of the SMTP server

    • SMTP port: SMTP port that is used for accepting e-mails by the SMTP server [2]

    • User name: user name for authentication with the SMTP server

    • Password: password for authentication with the SMTP server

    • Encryption: encryption method for the connection to the SMTP server

    • Verify server certificate:

    • Verify host name of server: [3]

  3. Click on Save settings.

  4. Activate profile by clicking the blinking gear in the title bar ().

Configuration via ASCII configuration file

It is also possible to add the e-mail account configuration using an ASCII configuration file. We’ve prepared the following ASCII configuration file for this. Copy and paste it to your text editor or download it using the link below. You still need to replace the respective entries with your e-mail account information.

ASCII configuration file
administration.email_account.address=ids.address@provider.com
administration.email_account.real_name=icom Data Suite
administration.email_account.server=smtp.provider.com
administration.email_account.encryption=starttls
administration.email_account.verify_peer=0
administration.email_account.verify_host=0
administration.email_account.port=587
administration.email_account.username=user
administration.email_account.password=password
administration.profiles.activate

The last line in the ASCII configuration file will activate the profile that is amended by this configuration directly upon applying the configuration.

  1. Open web interface of the icom Data Suite using a browser:

    • 192.168.1.10

    • User name: insys (default)

    • Password: icom (default)

  2. In the AdministrationProfiles menu, go to the Import profile or ASCII configuration file section, click on Browse…​ and select the ASCII configuration file that you have created or downloaded above.

  3. Click on Import profile or ASCII configuration file.

  4. Click on the Apply ASCII configuration icon behind the ASCII configuration file under ASCII configurations (text execute). [4]

  5. Change to the AdministrationE-mail account menu to see the entries made.

Functional test

  1. Change to the HelpDebugging menu and got to Start action manually.

  2. Select Send e-mail under Action and generate a test e-mail by entering a Recipient, Subject and Text.

  3. Click on Start action to dispatch the test e-mail and verify a proper receipt.

Troubleshooting

  • Check spelling of e-mail and SMTP server address (capitalisation is ignored)

  • Make sure to use the correct SMTP port

  • Make sure to use the correct encryption method

  • Go to the StatusLog view menu and check the E-mail log to verify e-mail dispatch.


Back to the Configuration Guides for the icom Data Suite

Back to overview


1. These data can be obtained from your system administrator or e-mail provider.
2. Usually port 25 or 587. Port 465 is often used when using TLS/SSL.
3. These two verification options are optional and can be used to verify the e-mail server (refer to Inline Help () for more information).
4. This will add the e-mail account to your profile.