Email Configuration
LogScale supports two options for sending emails:
User Invitation
Regardless of whether you use SMTP or Postmark, assuming you enable an email configuration, an email will be sent to each new user, inviting them to use LogScale.
This is enabled by default. You must set the PUBLIC_URL
parameter, though, since it's used to generate the invitation link.
You can disable email invitations by setting the
SEND_USER_INVITES
parameter to a value of
false
.