MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / testMail

Function testMail

frontend/src/api/adminConfs.ts:34–36  ·  view source on GitHub ↗
(to: string)

Source from the content-addressed store, hash-verified

32}
33
34export async function testMail(to: string) {
35 return await apiPost('/admin/confs/mail/test', { to });
36}
37
38export async function testCaptcha(token: string) {
39 return await apiPost('/admin/confs/captcha/test', { token });

Callers 1

doMailTestFunction · 0.90

Calls 1

apiPostFunction · 0.90

Tested by

no test coverage detected