You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ description: >-
24
24
25
25
### API
26
26
27
-
<table><thead><tr><thwidth="221">Name</th><thdata-type="checkbox">Required</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>API_RATE_LIMIT</td><td>false</td><td>Number of requests per minute to the API.<br><br>- Default: <code>60</code></td><td><code>100</code></td></tr></tbody></table>
27
+
<table><thead><tr><thwidth="221">Name</th><thdata-type="checkbox">Required</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td><code>API_RATE_LIMIT</code></td><td>false</td><td>Number of requests per minute to the API.<br><br>- Default: <code>60</code></td><td><code>100</code></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: settings/notifications/mail.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Notifications sent to the mail channel will be emailed to the list of recipients
6
6
7
7
### Setting Up SMTP
8
8
9
-
Speedtest Tracker uses SMTP mail protocol to send email messages, you can use any service that allows you to send emails via SMTP. 
9
+
Speedtest Tracker uses SMTP mail protocol to send email messages, you can use any service that allows you to send emails via SMTP.
10
10
11
-
To configure the mail server settings you'll need to update the following variables in your `.env` file or add them to the environment variables passed into the container. When choosing mail encryption both `ssl` and `tls` protocols are supported and you'll want to check with your mail provider for which to use and which port.
11
+
To configure the mail server settings you'll need to update the following variables in your `.env` file or add them to the environment variables passed into the container. When choosing mail scheme both `ssl` and `tls` protocols are supported and you'll want to check with your mail provider for which to use and which port.
12
12
13
13
{% hint style="warning" %}
14
14
Make sure these are not set in both your `.env` file or your `docker-compose.yml` file as that can cause issues.
@@ -20,31 +20,31 @@ MAIL_HOST=mailhog
20
20
MAIL_PORT=1025
21
21
MAIL_USERNAME=null
22
22
MAIL_PASSWORD=null
23
-
MAIL_ENCRYPTION=null
24
23
MAIL_FROM_ADDRESS="hello@example.com"
25
24
MAIL_FROM_NAME="Speedtest Tracker"
25
+
MAIL_SCHEME=null
26
26
```
27
27
28
28
**GMAIL example:**
29
29
30
30
Steps for creating an app password.
31
-
- Go to your <ahref="https://myaccount.google.com"title="Click here to access your Google Account"target="_blank">Google Account</a>
32
-
.
33
-
- Select Security.
34
-
- Under "How you sign in to Google," choose 2-Step Verification.
35
-
- Click on App passwords.
36
-
- Enter a name and generate a password.
37
-
- Remember to copy the password before closing; otherwise, you'll need to create another one.
31
+
32
+
* Go to your [Google Account](https://myaccount.google.com).
33
+
* Select Security.
34
+
* Under "How you sign in to Google," choose 2-Step Verification.
35
+
* Click on App passwords.
36
+
* Enter a name and generate a password.
37
+
* Remember to copy the password before closing; otherwise, you'll need to create another one.
0 commit comments