fix/pocketbase-smtp-sender-address-spelling (#769)

Co-authored-by: Christian Beutel <>
This commit is contained in:
Flomp
2026-02-04 02:26:49 -08:00
committed by GitHub
parent 44fbaa5e27
commit 32e6b6a6cc
2 changed files with 2 additions and 2 deletions

View File

@@ -977,7 +977,7 @@ func onBootstrapHandler() func(se *core.BootstrapEvent) error {
if v := os.Getenv("ORIGIN"); v != "" {
e.App.Settings().Meta.AppURL = v
}
if v := os.Getenv("POCKETBASE_SMTP_SENDER_ADRESS"); v != "" {
if v := os.Getenv("POCKETBASE_SMTP_SENDER_ADDRESS"); v != "" {
e.App.Settings().Meta.SenderAddress = v
}
if v := os.Getenv("POCKETBASE_SMTP_SENDER_NAME"); v != "" {