Skip to content

Commit 7337024

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-122: No subject
1 parent 7f9ee18 commit 7337024

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
# Introduction
99

1010
{% hint style="info" %}
11-
Docs are up to date through version: `v1.2.3`
11+
Docs are up-to-date through version: `v1.3.0`
1212
{% endhint %}
1313

1414
<figure><img src=".gitbook/assets/dashboard.png" alt=""><figcaption></figcaption></figure>

getting-started/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ description: >-
2424

2525
### API
2626

27-
<table><thead><tr><th width="221">Name</th><th data-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><th width="221">Name</th><th data-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>

settings/notifications/mail.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Notifications sent to the mail channel will be emailed to the list of recipients
66

77
### Setting Up SMTP
88

9-
Speedtest Tracker uses SMTP mail protocol to send email messages, you can use any service that allows you to send emails via SMTP.&#x20;
9+
Speedtest Tracker uses SMTP mail protocol to send email messages, you can use any service that allows you to send emails via SMTP.
1010

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.
1212

1313
{% hint style="warning" %}
1414
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
2020
MAIL_PORT=1025
2121
MAIL_USERNAME=null
2222
MAIL_PASSWORD=null
23-
MAIL_ENCRYPTION=null
2423
MAIL_FROM_ADDRESS="[email protected]"
2524
MAIL_FROM_NAME="Speedtest Tracker"
25+
MAIL_SCHEME=null
2626
```
2727

2828
**GMAIL example:**
2929

3030
Steps for creating an app password.
31-
- Go to your <a href="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.
3838

3939
```
4040
MAIL_MAILER=smtp
4141
MAIL_HOST=smtp.gmail.com
4242
MAIL_PORT=465
4343
4444
MAIL_PASSWORD="password"
45-
MAIL_ENCRYPTION=tls
4645
4746
MAIL_FROM_NAME="Speedtest Tracker"
47+
MAIL_SCHEME=tls
4848
```
4949

5050
### Triggers

0 commit comments

Comments
 (0)