\x02.".to_string() });
}
diff --git a/src/main.rs b/src/main.rs
index e41ca2a..f4dbce4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -60,6 +60,7 @@ async fn main() -> Result<()> {
if let Some(email) = &cfg.email {
db.set_email_brand(&email.brand);
db.set_email_accent(&email.accent);
+ db.set_email_logo(&email.logo);
}
let engine = Arc::new(Mutex::new(Engine::new(services, db)));
diff --git a/templates/email/base.html b/templates/email/base.html
index 1a4d150..c812797 100644
--- a/templates/email/base.html
+++ b/templates/email/base.html
@@ -14,7 +14,7 @@
- {{brand}}
+ {{brand_mark}}
{{title}}
{{message}}