cloudlfare
This commit is contained in:
@@ -89,7 +89,7 @@ export async function POST(req: Request) {
|
||||
// Send email via local sendmail (Postfix/Sendmail/Exim)
|
||||
await transporter.sendMail({
|
||||
from: 'William March <contact@williammarch.xyz>',
|
||||
to: 'your-real-inbox@example.com', // TODO: change to your inbox
|
||||
to: 'qemuguest@protonmail.com',
|
||||
replyTo: email,
|
||||
subject: `New message from ${name} via williammarch.xyz`,
|
||||
text: `From: ${name} <${email}>\n\n${message}`,
|
||||
|
||||
Reference in New Issue
Block a user