main: Updated email for licence
All checks were successful
Build Docker / Build Bot (push) Successful in 23s
Build Docker / Build Master (push) Successful in 30s

This commit is contained in:
Nathan Woodburn 2023-09-02 14:14:00 +10:00
parent 639dc9065c
commit 9469f23f50
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -329,7 +329,7 @@ def stripeapi():
message = "From: " + from_email + "\nTo: " + email + \ message = "From: " + from_email + "\nTo: " + email + \
"\nSubject: Your Licence key\n\nHello,\n\n"\ "\nSubject: Your Licence key\n\nHello,\n\n"\
+"This email contains your licence key for your new wordpress site.\n" \ +"This email contains your licence key for your new wordpress site.\n" \
+"You can redeem this key via the discord bot or api.\n\n"\ +"You can redeem this key via the discord bot or at https://hnshosting.au/register\n\n"\
+"Your licence key is: " + licence_key +"\nThanks,\nHNSHosting" +"Your licence key is: " + licence_key +"\nThanks,\nHNSHosting"
server.sendmail(from_email, email, message) server.sendmail(from_email, email, message)