diff --git a/api/form-validation.php b/api/form-validation.php index 14187b8..c5c41a4 100644 --- a/api/form-validation.php +++ b/api/form-validation.php @@ -16,7 +16,7 @@ $user_mail = "julius.duesseldorf@web.de"; $content = "jwehdg wehgd weghudwjhedb"; -$resend = Resend::client('re_Vu2zJ7qH_NxDK8zryUgh46X7V3iwoiiXM'); +$resend = Resend::client(getenv('EMAIL_KEY')); $resend->emails->send([ 'from' => $user_mail,