Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent ffc3cbb commit 0e74a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
if(isset($_POST['submit'])){
$to = "email@example.com"; // this is your Email address
$to = "ryanlui803@gmail.com"; // this is your Email address
$from = $_POST['email']; // this is the sender's Email address
$first_name = $_POST['first_name'];
$last_name = $_POST['last_name'];
Expand Down

0 comments on commit 0e74a3c

Please sign in to comment.