diff --git a/conf/prod.exs b/conf/prod.exs index 59a2308..d87d58d 100644 --- a/conf/prod.exs +++ b/conf/prod.exs @@ -29,7 +29,7 @@ config :mobilizon, MobilizonWeb.Email.Mailer, adapter: Bamboo.SMTPAdapter, server: "localhost", hostname: "localhost", - port: 25, + port: 587, # or {:system, "SMTP_USERNAME"} username: nil, # or {:system, "SMTP_PASSWORD"}