Fix email, remove docker-compose
This commit is contained in:
@@ -38,7 +38,7 @@ export async function POST(request: NextRequest) {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
from: 'Cloudrite Contact Form <[email protected]>',
|
||||
from: 'Cloudrite Contact Form <[email protected]>',
|
||||
to: '[email protected]',
|
||||
replyTo: email,
|
||||
subject: `New Contact Form Submission from ${name}`,
|
||||
|
||||
Reference in New Issue
Block a user