Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

The emailsender.ini config file, located at /etc/squirro/emailsender.ini configures email sending of the Squirro system.

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Email server

By default Squirro sends emails through a local email server. This can be changed using the following settings.

These options are located in the section emailsender.

...

Example Configuration

Code Block
languagetext
[emailsender]
smtp_server = mta.internal
smtp_login = True
smtp_username = squirro@example.com
smtp_password = pass123

Applying Changes

After editing this configuration file, the service sqemailsenderd has to be restarted (see Restarting services)This page can now be found at emailsender.ini on the Squirro Docs site.