fix smtp settings not fetched from env (#143)

This commit is contained in:
KM Koushik
2025-04-02 20:52:40 +11:00
committed by GitHub
parent d0780290b0
commit 692b8d026c

View File

@@ -9,6 +9,8 @@ import {
import { TextWithCopyButton } from "@unsend/ui/src/text-with-copy";
import { env } from "~/env";
export const dynamic = "force-dynamic";
export default function ExampleCard() {
const host = env.SMTP_HOST;
const user = env.SMTP_USER;