fix/pocketbase-smtp-sender-address-spelling (#769)
Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -977,7 +977,7 @@ func onBootstrapHandler() func(se *core.BootstrapEvent) error {
|
|||||||
if v := os.Getenv("ORIGIN"); v != "" {
|
if v := os.Getenv("ORIGIN"); v != "" {
|
||||||
e.App.Settings().Meta.AppURL = 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
|
e.App.Settings().Meta.SenderAddress = v
|
||||||
}
|
}
|
||||||
if v := os.Getenv("POCKETBASE_SMTP_SENDER_NAME"); v != "" {
|
if v := os.Getenv("POCKETBASE_SMTP_SENDER_NAME"); v != "" {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Since we use an unmodified installation of meilisearch you can use all variables
|
|||||||
| POCKETBASE_ENCRYPTION_KEY | Valid 32 character AES key. Used to encrypt secrets | |
|
| POCKETBASE_ENCRYPTION_KEY | Valid 32 character AES key. Used to encrypt secrets | |
|
||||||
| POCKETBASE_CRON_SYNC_SCHEDULE | Valid cron expression. Sets how often trails are synced from 3rd party integrations | 0 2 * * * |
|
| POCKETBASE_CRON_SYNC_SCHEDULE | Valid cron expression. Sets how often trails are synced from 3rd party integrations | 0 2 * * * |
|
||||||
| POCKETBASE_SMTP_ENABLED | Enables or disables SMTP functionality. Accepted values are true or false | false |
|
| POCKETBASE_SMTP_ENABLED | Enables or disables SMTP functionality. Accepted values are true or false | false |
|
||||||
| POCKETBASE_SMTP_SENDER_ADRESS | The email address used as the "From" address in outgoing emails | |
|
| POCKETBASE_SMTP_SENDER_ADDRESS | The email address used as the "From" address in outgoing emails | |
|
||||||
| POCKETBASE_SMTP_SENDER_NAME | The display name shown as the sender in outgoing emails | |
|
| POCKETBASE_SMTP_SENDER_NAME | The display name shown as the sender in outgoing emails | |
|
||||||
| POCKETBASE_SMTP_HOST | The hostname or IP address of the SMTP server | |
|
| POCKETBASE_SMTP_HOST | The hostname or IP address of the SMTP server | |
|
||||||
| POCKETBASE_SMTP_PORT | The port number used to connect to the SMTP server | |
|
| POCKETBASE_SMTP_PORT | The port number used to connect to the SMTP server | |
|
||||||
|
|||||||
Reference in New Issue
Block a user