mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.1 KiB
1.1 KiB
NotificationTestEmailConnectionRequest
Example Usage
import { NotificationTestEmailConnectionRequest } from "dokploy/models/operations";
let value: NotificationTestEmailConnectionRequest = {
smtpServer: "<value>",
smtpPort: 364.16,
username: "Nadia_Ankunding25",
password: "5PL6U1ez0w7XvQ1",
toAddresses: [
"<value 1>",
],
fromAddress: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
smtpServer |
string | ✔️ | N/A |
smtpPort |
number | ✔️ | N/A |
username |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |
toAddresses |
string[] | ✔️ | N/A |
fromAddress |
string | ✔️ | N/A |