SMTP_FROM has to be configured as well

Stefan Melmuk
2025-01-05 10:33:11 +01:00
parent 6598782cbc
commit e6f8e55ad9

@@ -84,6 +84,7 @@ StartTLS:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURITY=starttls
SMTP_FROM=<mail-address>
SMTP_USERNAME=<mail-address>
SMTP_PASSWORD=<less-secure-app-password>
```
@@ -94,6 +95,7 @@ FullSSL:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_SECURITY=force_tls
SMTP_FROM=<mail-address>
SMTP_USERNAME=<mail-address>
SMTP_PASSWORD=<less-secure-app-password>
```