Update postiz.yaml with Email Provider Fix
Small Bug Fix: “EMAIL_PRROVIDER” was missing. This made the Email Invitations unusable.
This commit is contained in:
parent
8405f7b4f6
commit
a9e7eff5d0
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ services:
|
|||
- RESEND_API_KEY=${RESEND_API_KEY}
|
||||
- EMAIL_FROM_ADDRESS=${EMAIL_FROM_ADDRESS}
|
||||
- EMAIL_FROM_NAME=${EMAIL_FROM_NAME}
|
||||
- EMAIL_PROVIDER=${EMAIL_PROVIDER}
|
||||
|
||||
# Social Media API Settings
|
||||
- X_API_KEY=${SERVICE_X_API}
|
||||
|
|
|
|||
Loading…
Reference in a new issue