Skip to main content
Module

x/windmill/windmill-api/index.ts>SettingService.testSmtp

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method SettingService.testSmtp
import { SettingService } from "https://deno.land/x/windmill@v1.309.2/windmill-api/index.ts";

test smtp

Parameters

unnamed 0: { requestBody: { to: string; smtp: { host: string; username: string; password: string; port: number; from: string; tls_implicit: boolean; }; }; }

Returns

string status