Operations at EmailsManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| SmtpServerSettings GetSmtpServerSettings() | Returns SMTP server settings from emails service configuration. |
| Boolean IsConfigured() | Indicates whether SMTP server settings have been set by user. |
| Void SendTestEmail(SendTestEmailRequest request) | Generates and sends a test email using the specified email configuration. |
| Void SetSmtpServerSettings(SmtpServerSettings settings) | Sets SMTP server settings within emails service configuration. |