mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 09:41:35 +10:00
feat: add trpc route to send emails
This commit is contained in:
6
apps/web/process-env.d.ts
vendored
6
apps/web/process-env.d.ts
vendored
@ -11,5 +11,11 @@ declare namespace NodeJS {
|
||||
NEXT_PRIVATE_STRIPE_WEBHOOK_SECRET: string;
|
||||
|
||||
NEXT_PUBLIC_SUBSCRIPTIONS_ENABLED: string;
|
||||
|
||||
NEXT_PRIVATE_SENDGRID_API_KEY: string;
|
||||
NEXT_PRIVATE_SMTP_MAIL_HOST: string;
|
||||
NEXT_PRIVATE_SMTP_MAIL_PORT: string;
|
||||
NEXT_PRIVATE_SMTP_MAIL_USER: string;
|
||||
NEXT_PRIVATE_SMTP_MAIL_PASSWORD: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user