Skip to main content
 
  • Home
  • |
  • Login
  • |
  • Register
  • Products
    • Overview
    • Features
    • How it works
    • Download
    • Price
    • On-line demo
  • Solutions
    • Businesses
    • Call centers
    • Financial institutions
    • Voip service providers
  • Compatibility
    • Asterisk
    • Avaya
    • Broadsoft
    • Cisco
    • Dialexia
    • Grandstream
    • Polycom
    • Siemens
    • TalkSwitch
    • Other vendors ...
  • Documentation
    • Before purchase
    • Recommended hardware
    • Installation
    • Configuration
    • Administration
    • User guide
    • Issues and questions
    • Developer guide
  • Support
    • Ask Question
    • Report Issue
    • Purchase Support
  • Our clients
    • Businesses
    • Call centers
    • Financial institutions
    • Governmental organizations
    • Voip service providers
  • Company
    • About Us
    • Contacts
    • News and events
 
Home › Documentation › Administration ›
 

E-mail notification

MiaRec sends notification by e-mail when one of the following events occurs:

  • MiaRec service is started or stopped
  • MiaRec service is automatically restarted becaues of application crash
  • License is changed because of dongle was disconnected or trial period expired
  • License is exceeded (some calls were not recorded because of not enough licenses)

Configuration of e-mail notification is done via MiaRec.ini configuration file (section [Mail::Notification]).

Example:

[Mail::Notification]

Host     = mail.example.com

Login    = user@example.com

Password = password

From     = miarec@example.com

To       = admin@example.com

SubjectPrefix = %{app-name} [%{computer-name}]

LicenseExceedInterval = 30

Where:

  • Host is an address of SMTP mail server. It maybe be in form of:
    • ip-address (like 10.0.0.1)
    • domain name (like mail.example.com)
    • ip-address/domain-name with port (like 10.0.0.1:25 or mail.example.com:25)
  • Login is a mail account (if mail server requires an authentication).
  • Password is a password for mail account
  • From is an address, which will be used as a sender for e-mail notifications
  • To is an address of recepient
  • SubjectPrefix is a prefix, which will be added to the subject of e-mail. This prefix allows to distinguish messages from multiple MiaRec servers. %{app-name} will be replaced by name of application as specified inside section [Main] option Name. %{computer-name} wil be replaced by NETBIOS name of a computer, on which MiaRec is running.
  • LicenseExceedInterval is a minimum inverval between two e-mail notifications, which are sent by MiaRec because of license exceeding. This option allows to prevent an overflow of mail box with too many notifications.
See also:
  • Monitoring status of MiaRec inside Windows Event Log
  • Before purchase
  • Recommended hardware
  • Installation
  • Configuration
  • Administration
    • Windows Event Log
    • E-mail notification
    • Backup calls
    • Create users
  • User guide
  • Issues and questions
  • Developer guide
MiaRec LLC © 2012. All Rights Reserved. | Terms of Use | Privacy Statement