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
- Under "How you sign in to Google," choose 2-Step Verification.
34
+
- Click on App passwords.
35
+
- Enter a name and generate a password.
36
+
- Remember to copy the password before closing; otherwise, you'll need to create another one.
37
+
38
+
```
39
+
MAIL_MAILER=smtp
40
+
MAIL_HOST=smtp.gmail.com
41
+
MAIL_PORT=465
42
+
MAIL_USERNAME=username@gmail.com
43
+
MAIL_PASSWORD="password"
44
+
MAIL_ENCRYPTION=tls
45
+
MAIL_FROM_ADDRESS=username@gmail.com
46
+
MAIL_FROM_NAME="Speedtest Tracker"
47
+
```
48
+
28
49
### Triggers
29
50
30
51
<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