Skip to content

Commit

Permalink
Update sendEmail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanzaibjadoon authored Mar 16, 2024
1 parent 1477aaa commit 4741e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/sendEmail.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Replace this with your own email address
$siteOwnersEmail = 'user@website.com';
$siteOwnersEmail = 'hassanzaibjadoon2004@gmail.com';

if ($_SERVER["REQUEST_METHOD"] == "POST") {

Expand Down

0 comments on commit 4741e74

Please sign in to comment.