sdk zwischenstand
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
const { cryptchaCheck } = require("../lib/utils")
|
||||
;(function () {
|
||||
throw {
|
||||
status: 500,
|
||||
data: "Hello, World!",
|
||||
}
|
||||
cryptchaCheck()
|
||||
|
||||
})()
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user