Skip to content

Commit

Permalink
Update ContactController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSharma72 authored Oct 28, 2024
1 parent 5d804c0 commit 0486b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/ContactController.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.sendEmail = async (req, resp) => {

const mailOptions = {
from: req.body.Email,
to: "[email protected]",
to: "your email id",
subject: "BuddyTrail user message",
text: `
Name: ${req.body.Name}
Expand Down

0 comments on commit 0486b80

Please sign in to comment.