Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thoufeekx committed Oct 19, 2023
1 parent 1316790 commit a03ece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sendEmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const sendEmail = async (formData: FormData) => {
let data;
try {
data = await resend.emails.send({
from: "Contact Form <[email protected]>",
from: "Contact Form <[email protected]>",
to: "[email protected]",
subject: "Message from contact form",
reply_to: senderEmail,
Expand Down

0 comments on commit a03ece7

Please sign in to comment.