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
- 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.
38
+
39
+
```
40
+
MAIL_MAILER=smtp
41
+
MAIL_HOST=smtp.gmail.com
42
+
MAIL_PORT=465
43
+
MAIL_USERNAME=username@gmail.com
44
+
MAIL_PASSWORD="password"
45
+
MAIL_ENCRYPTION=tls
46
+
MAIL_FROM_ADDRESS=username@gmail.com
47
+
MAIL_FROM_NAME="Speedtest Tracker"
48
+
```
49
+
28
50
### Triggers
29
51
30
52
<table><thead><tr><thwidth="237">Name</th><th>Description</th></tr></thead><tbody><tr><td>On completed speedtest</td><td>On each successful speedtest a notification will be send to the application.</td></tr><tr><td>On absolute threshold failure</td><td>On any absolute threshold failure a notification will be send to the application.</td></tr></tbody></table>
0 commit comments