From e389c33e6960d50fb1c0c4785e1239c34244db51 Mon Sep 17 00:00:00 2001 From: misha Date: Sun, 6 Sep 2026 13:47:00 +0200 Subject: [PATCH] smtp tip --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4006313..6630067 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,19 @@ Go into your app's Elixir console and enter something like `Bonfire.Me.make_acco ### How can I get to the app's Elixir console? `abra app run your-server.domain.name app bin/bonfire remote` -For more, see [docs.coopcloud.tech](https://docs.coopcloud.tech). \ No newline at end of file +### My smtp set-up does not work + +One working set-up looks like this (note that the password is set as `MAIL_KEY` instead of `MAIL_PASSWORD`). + +``` +COMPOSE_FILE="$COMPOSE_FILE:compose.mail.yml" +MAIL_BACKEND=smtp +MAIL_SERVER=smtp.transip.email +MAIL_PORT=465 +MAIL_USER=mail@domain.org +MAIL_KEY=xxxxxxxxxx +MAIL_SSL=true +MAIL_FROM=mail@domain.org +``` + +For more, see [docs.coopcloud.tech](https://docs.coopcloud.tech). -- 2.54.0