mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-02 09:07:28 +02:00
🐛 Await license key email
This commit is contained in:
parent
bc76ff06fb
commit
9c31fe1dfc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ async function handleSelfHostedCheckoutSessionCompleted(
|
||||||
|
|
||||||
const emailClient = getEmailClient();
|
const emailClient = getEmailClient();
|
||||||
|
|
||||||
emailClient.sendTemplate("LicenseKeyEmail", {
|
await emailClient.sendTemplate("LicenseKeyEmail", {
|
||||||
to: email,
|
to: email,
|
||||||
from: {
|
from: {
|
||||||
name: "Luke from Rallly",
|
name: "Luke from Rallly",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue