From a9e7eff5d06e415300ee4c0d324ba338775a0742 Mon Sep 17 00:00:00 2001 From: Drdiffie <61631493+dr-diffie@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:30:55 +0100 Subject: [PATCH] Update postiz.yaml with Email Provider Fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Small Bug Fix: “EMAIL_PRROVIDER” was missing. This made the Email Invitations unusable. --- templates/compose/postiz.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/postiz.yaml b/templates/compose/postiz.yaml index 503d0f67e..6060fb8a6 100644 --- a/templates/compose/postiz.yaml +++ b/templates/compose/postiz.yaml @@ -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}