Skip to main content

Home

Email alerts

Configure the following properties to set up email alerts. Similarly, in addition to these properties, you must also configure com.unraveldata.login.admins.

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. Run the following command.

    <Unravel installation directory>/unravel/manager config email enable
    

    This will set the email with the default settings. However, you can edit the following settings:

    • smtp

      <Unravel installation directory>/unravel/manager config email smtp <server> <port>
    • from

      <Unravel installation directory>/unravel/manager config email from <email address>
    • to

      <Unravel installation directory>/unravel/manager config email to <email address>
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start