This commit is contained in:
2025-11-13 20:50:03 +01:00
parent 74c9fd82d7
commit 798aa67135
15 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ The MyWebdav Team
"""
queue_email(
to_email=invoice.user.email,
subject=f"Your RBox Invoice {invoice.invoice_number}",
subject=f"Your MyWebdav Invoice {invoice.invoice_number}",
body=body,
html=html
)