From 08ebf2fb68561ba2e429f972d920cb737584c6f5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 Feb 2020 17:40:04 +0100 Subject: [PATCH] Fix mail --- conf/prod.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/prod.exs b/conf/prod.exs index 63019d6..b20ed43 100644 --- a/conf/prod.exs +++ b/conf/prod.exs @@ -29,11 +29,11 @@ config :mobilizon, MobilizonWeb.Email.Mailer, adapter: Bamboo.SMTPAdapter, server: "127.0.0.1", hostname: "127.0.0.1", - port: 465, + port: 25, # or {:system, "SMTP_USERNAME"} - username: nil, + # username: nil, # or {:system, "SMTP_PASSWORD"} - password: nil, + # password: nil, # can be `:always` or `:never` tls: :if_available, # or {":system", ALLOWED_TLS_VERSIONS"} w/ comma seprated values (e.g. "tlsv1.1,tlsv1.2")