Mailer Extension

Tigase Server Monitor Mailer Extension (TSMME) can send messages from the monitor component to a specified E-mail address so system administrators who are not logged into the XMPP server.

For v7.1.0 versions and later, TSMME is already included in your distribution package and no extra installation is needed.

For versions older than 7.1.0 TSMME requires two files to operate:

  • A compiled build of tigase mailer from its repository. Place the compiled .jar file into /jars directory.
  • javax.mail.jar file which may be downloaded from this link. Also place this file in the /jars directory.
monitor/mailer-smtp-host=mail.tigase.org
monitor/mailer-smtp-port=587
monitor/mailer-smtp-username=sender
monitor/mailer-smtp-password=********
monitor/mailer-from-address=sender@tigase.org
monitor/mailer-to-addresses=receiver@tigase.org,admin@tigase.org
  • monitor/mailer-smtp-host - SMTP Server hostname.
  • monitor/mailer-smtp-port - SMTP Server port.
  • monitor/mailer-smtp-usernam - name of sender account.
  • monitor/mailer-smtp-password - password of sender account.
  • monitor/mailer-from-address - sender email address. It will be set in field from in email.
  • monitor/mailer-to-addresses - comma separated notification receivers email addresses.

It is recommended to create a specific e-mail address in your mail server for this purpose only, as the account settings are stored in plaintext without encryption.