mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
feat: Internationalize sent emails (#3818)
This commit is contained in:
parent
c205dff523
commit
60c33b499c
7 changed files with 78 additions and 31 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue