fix smtp settings not fetched from env (#143)
This commit is contained in:
@@ -9,6 +9,8 @@ import {
|
|||||||
import { TextWithCopyButton } from "@unsend/ui/src/text-with-copy";
|
import { TextWithCopyButton } from "@unsend/ui/src/text-with-copy";
|
||||||
import { env } from "~/env";
|
import { env } from "~/env";
|
||||||
|
|
||||||
|
export const dynamic = "force-dynamic";
|
||||||
|
|
||||||
export default function ExampleCard() {
|
export default function ExampleCard() {
|
||||||
const host = env.SMTP_HOST;
|
const host = env.SMTP_HOST;
|
||||||
const user = env.SMTP_USER;
|
const user = env.SMTP_USER;
|
||||||
|
Reference in New Issue
Block a user