EmailSettings
Returns the email configuration settings for the WordPress site, including sender details and notification preferences.
Table Specific Information
SELECT
The component processes all the filters client-side within the component.
For example,
SELECT * FROM EmailSettings;
Columns
| Name | Type | References | Description |
| MailOption | String | The selected email delivery option or method configured for WordPress notifications. | |
| DeliveryDay | Int | The day of the week scheduled for WordPress email delivery. | |
| DeliveryHour | Int | The hour of the day scheduled for WordPress email delivery. | |
| IsEmailBlocked | Bool | Indicates whether WordPress email delivery is blocked or disabled. | |
| Frequency | String | The frequency at which WordPress email notifications are sent. |