From 9469f23f5030535422308cec8830e092fba23147 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 2 Sep 2023 14:14:00 +1000 Subject: [PATCH] main: Updated email for licence --- master/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/main.py b/master/main.py index 4278bf5..bcdabd7 100644 --- a/master/main.py +++ b/master/main.py @@ -329,7 +329,7 @@ def stripeapi(): message = "From: " + from_email + "\nTo: " + email + \ "\nSubject: Your Licence key\n\nHello,\n\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" server.sendmail(from_email, email, message)