fix: more email project renaming

wip-gitea
Hostea dashboard 2022-09-13 19:57:26 +05:30
parent c7def47215
commit 9d2a53f2e2
Signed by untrusted user who does not match committer: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class Command(BaseCommand):
sender = settings.DEFAULT_FROM_EMAIL
send_mail(
subject="[Gna!] Payment receipt your Hostea VM",
subject="[Gna!] Payment receipt your Gna! VM",
message=body,
from_email=f"No reply Gna!<{sender}>", # TODO read from settings.py
recipient_list=[email],

View File

@ -128,7 +128,7 @@ def payment_success(request, payment_public_id):
sender = settings.DEFAULT_FROM_EMAIL
send_mail(
subject="[Gna!] Payment receipt your Hostea VM",
subject="[Gna!] Payment receipt your Gna! VM",
message=body,
from_email=f"No reply Gna!<{sender}>", # TODO read from settings.py
recipient_list=[email],