fix: add sending form data
This commit is contained in:
7
src/shared/config/core.ts
Normal file
7
src/shared/config/core.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const CORE = {
|
||||
MAIL_USER: process.env.MAIL_USER,
|
||||
MAIL_PASS: process.env.MAIL_PASS,
|
||||
MAIL_FROM: process.env.MAIL_FROM,
|
||||
MAIL_TO: process.env.MAIL_TO,
|
||||
MAIL_SECURE_KEY: process.env.NEXT_PUBLIC_MAIL_SECURE_KEY,
|
||||
} as const;
|
||||
Reference in New Issue
Block a user