small improvement

This commit is contained in:
daniel31x13
2024-05-17 03:15:18 -04:00
parent 90efec3c6e
commit f0621dac2e
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ export default async function sendVerificationRequest(
const { host } = new URL(url);
const result = await transporter.sendMail({
to: identifier,
from: provider.from,
from: {
name: "Linkwarden",
address: provider.from as string,
},
subject: `Please verify your email address`,
text: text({ url, host }),
html: emailTemplate({