feat: Internationalize sent emails (#3818)

This commit is contained in:
Arsène Reymond
2024-07-20 12:32:24 +02:00
committed by GitHub
parent c205dff523
commit 60c33b499c
7 changed files with 78 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ from mealie.services.email.email_senders import ABCEmailSender
FAKE_ADDRESS = "my_secret_email@example.com"
SUBJECTS = {"Mealie Forgot Password", "Invitation to join Mealie", "Test Email"}
SUBJECTS = {"Mealie Forgot Password", "Invitation to join Mealie", "Mealie Test Email"}
class TestEmailSender(ABCEmailSender):