aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app/get-started/actions.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/get-started/actions.ts b/src/app/get-started/actions.ts
index e679d91..552af67 100644
--- a/src/app/get-started/actions.ts
+++ b/src/app/get-started/actions.ts
@@ -53,8 +53,9 @@ export default async function logFormData(
try {
const info = await transporter.sendMail({
- from: '"sensiblescholars.com" <test@mfoi.dev>',
- to: "mfoiani@mfoi.dev",
+ from: '"sensiblescholars.com" consultation-request@sensiblescholars.com',
+ to: "sensiblescholars@gmail.com",
+ bcc: "consultation-request@sensiblescholars.com",
subject: `New Consultation Request from ${full_name}!`,
html: email_content,
});