Skip to content

Commit a6f81f0

Browse files
committed
Add reply to to contact us mail
1 parent f62d0cd commit a6f81f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/mail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const sendContactFormMessage = async (name, email, message) => {
2525
from: fromMail,
2626
to: 'info@deschutesdesigngroup.com',
2727
subject: 'New Contact Us Form Submission',
28+
replyTo: email,
2829
html: `
2930
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
3031
<html>

0 commit comments

Comments
 (0)