Mail

Notifications sent to the mail channel will be emailed to the list of recipients.
Mail settings

Setting Up SMTP

Speedtest Tracker uses SMTP mail protocol to send email messages, you can use any service that allows you to send emails via SMTP.
To configure the mail server settings you'll need to update the following variables in your .env file in your mounted data directory.
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected].com"

Triggers

Name
Description
On completed speedtest
On each successful speedtest a notification will be send to the application.
On absolute threshold failure
On any absolute threshold failure a notification will be send to the application.

Recipients

A recipient is any valid email address, you can add one or many recipients that will receive notifications based on the triggers selected.
Last modified 2mo ago