SendSystemEmail
Command, Introduced in version 2.52
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/SendSystemEmail
Sends an email using the system-wide email settings.
Returns boolean, always true
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
From | String | The sender of the email message.
|
|
Contents | SetEmailContents | The contents of the email message.
|
Example
{
"From": null,
"Contents": null
}