From 9083ab79aa4116c8d8d5a9524e408927901df411 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 6 Jun 2023 17:13:54 -0600 Subject: [PATCH] Set correct outbound email in local env --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 2baa109cc..01b912276 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -83,6 +83,7 @@ services: # Debugging LOG_LEVEL: "debug" # Emails + OUTBOUND_EMAIL_FROM: "public-noreply@firez.one" OUTBOUND_EMAIL_ADAPTER: "Elixir.Swoosh.Adapters.Postmark" ## Warning: The token is for the blackhole Postmark server created in a separate isolated account, ## that WILL NOT send any actual emails, but you can see and debug them in the Postmark dashboard. @@ -138,6 +139,7 @@ services: # Debugging LOG_LEVEL: "debug" # Emails + OUTBOUND_EMAIL_FROM: "public-noreply@firez.one" OUTBOUND_EMAIL_ADAPTER: "Elixir.Swoosh.Adapters.Postmark" ## Warning: The token is for the blackhole Postmark server created in a separate isolated account, ## that WILL NOT send any actual emails, but you can see and debug them in the Postmark dashboard. @@ -201,6 +203,7 @@ services: # Higher log level not to make seeds output too verbose LOG_LEVEL: "info" # Emails + OUTBOUND_EMAIL_FROM: "public-noreply@firez.one" OUTBOUND_EMAIL_ADAPTER: "Elixir.Swoosh.Adapters.Postmark" ## Warning: The token is for the blackhole Postmark server created in a separate isolated account, ## that WILL NOT send any actual emails, but you can see and debug them in the Postmark dashboard.