Skip to content

Commit

Permalink
added gmail to form handler
Browse files Browse the repository at this point in the history
  • Loading branch information
juhinagpure committed Jan 29, 2023
1 parent 880428c commit 48e5424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$subject = $_POST['subject'];
$message = $_POST['message'];

$email_from = 'juhinagpure143@gmail.com';
$email_from = 'https://juhinagpure.github.io/Eduford-university/';

$email_subject = 'New Form Submission';

Expand Down

0 comments on commit 48e5424

Please sign in to comment.