From f310cc720ae17d2ab50ef2d6e192cacdd72340d6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 14 Jun 2024 22:37:24 +0200 Subject: [PATCH] remove the buggy "GoToSocial@__DOMAIN__" from the SMTP default key --- config_panel.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 718e6fe..268ce01 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -372,7 +372,6 @@ help = "Config for sending emails via an smtp server." ask.en = "SMTP From Address" ask.fr = "Adresse d'expédition SMTP" bind = "smtp-from:__INSTALL_DIR__/config.yaml" - default = "GoToSocial@__DOMAIN__" help.en = "From address for sent emails" help.fr = "L'adresse utilisée pour les e-mails envoyés" type = "email"