+
{body}
-
-
This email was sent by your Fabled Assistant instance.
+
+
Sent by your Fabled Assistant instance.
@@ -169,7 +175,7 @@ async def send_email(to: str, subject: str, html_body: str) -> None:
async def send_test_email(to: str) -> None:
"""Send a branded test email."""
body = """
-
SMTP is configured correctly
+
SMTP is configured correctly
Your Fabled Assistant instance can send email notifications.
"""
await send_email(to, "Fabled Assistant - Test Email", _email_html("Test Email", body))
diff --git a/src/fabledassistant/services/notifications.py b/src/fabledassistant/services/notifications.py
index 94a03c2..a6c4b71 100644
--- a/src/fabledassistant/services/notifications.py
+++ b/src/fabledassistant/services/notifications.py
@@ -103,7 +103,7 @@ async def send_password_reset_email(email: str, reset_url: str) -> None:
We received a request to reset your password. Click the button below to choose a new password.
@@ -136,7 +136,7 @@ async def send_invitation_email(email: str, invite_url: str, invited_by_username
Click the button below to create your account.