Skip to content

Commit

Permalink
env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
1BlauNitrox committed Mar 10, 2024
1 parent 11d761c commit 5f6b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/form-validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$user_mail = "[email protected]";
$content = "jwehdg wehgd weghudwjhedb";

$resend = Resend::client('re_Vu2zJ7qH_NxDK8zryUgh46X7V3iwoiiXM');
$resend = Resend::client(getenv('EMAIL_KEY'));

$resend->emails->send([
'from' => $user_mail,
Expand Down

0 comments on commit 5f6b768

Please sign in to comment.