mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-24 23:17:01 -05:00
Update contact form destination email
This commit is contained in:
parent
b33a1546a1
commit
42c782ba52
|
|
@ -79,7 +79,7 @@ export async function sendContact(prev: ContactActionState, formData: FormData):
|
|||
|
||||
await transporter.sendMail({
|
||||
from: `Hackdex <${noreply}>`,
|
||||
to: process.env.EMAIL_ADMIN!,
|
||||
to: process.env.EMAIL_CONTACT!,
|
||||
replyTo: email,
|
||||
subject,
|
||||
text: body,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user