Customize email and SMS messages


Introduction to platform messages

The Abiquo platform sends emails and SMS messages to users for:

  • two-factor authentication

  • user password reset

  • guest password notifications

  • monitoring alert notifications

  • password expiry notifications

You can customize these messages as required.


Configure custom platform messages

Abiquo creates email messages from HTML template files using a tool called Mustache. Mustache inserts values from your platform and from your variables files.

Before you customize messages, do these steps:

  1. Configure the properties for the email server that Abiquo will use (see https://abiquo.atlassian.net/wiki/spaces/doc/pages/311375440, and search for .server.).

  2. If you have resellers, edit their enterprises to configure their email servers

  3. Configure the abiquo.properties for all email templates (see https://abiquo.atlassian.net/wiki/spaces/doc/pages/311375440, and search for .mail.)

    1. The default email template path is on the Abiquo API Server.

      abiquo.mail.path=/opt/abiquo/config/mail

      This folder and all files must be owned by the tomcat user

    2. The default character set is UTF-8

      abiquo.mail.charset=UTF-8
  4. Configure each message following the instructions linked below. For each message, you will create an HTML template file (with the suffix .Template.mustache) and a variables file (with the suffix .properties)

  5. To apply changes to abiquo.properties and changes to message subject properties, restart the Tomcat server


Customize reset password emails

For details of password functionality, see Configure passwords


Customize password expiration notifications

For details of password functionality, see Configure passwords


Customize two factor authentication emails

For details of how to configure 2fa, see Configure two factor authentication


Customize guest password emails

For details of how to configure guest passwords, see the Guest setup page.


Customize guest password emails for SMS

For details of how to configure guest passwords, see the Guest setup page.


Customize monitoring alert emails

For details of how to configure Monitoring, see Configure VM monitoring and metrics

Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved