fix: more email project renaming
parent
c7def47215
commit
9d2a53f2e2
|
@ -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],
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue