Skip to content

Commit

Permalink
Fix email feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hjake123 committed Oct 18, 2024
1 parent fee1130 commit 9cdc530
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 = '[email protected]';
$siteOwnersEmail = '[email protected]';


if($_POST) {
Expand Down

0 comments on commit 9cdc530

Please sign in to comment.