sdk zwischenstand

This commit is contained in:
2025-10-05 12:55:59 +00:00
parent 33cab69410
commit 2be72187ec
9 changed files with 468 additions and 492 deletions

View File

@@ -1,8 +1,3 @@
const { cryptchaCheck } = require("../lib/utils")
;(function () {
throw {
status: 500,
data: "Hello, World!",
}
cryptchaCheck()
})()

View File

@@ -3,7 +3,7 @@ const { noReplyEmail, contactEmail } = require("../config")
context.smtp.sendMail({
to: contactEmail,
from: noReplyEmail,
fromName: "BinKrassDuFass",
fromName: "Kontextwerk",
replyTo: noReplyEmail,
subject: "New Contact Request",
plain: "Neue Kontaktanfrage",