mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat: Internationalize sent emails (#3818)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user