Last modified April 22, 2025

manageSettingsNotifications

This function allows you to modify the Notification Settings.
Parameter name Type Description Possible values Example
emails Boolean Enable/Disable email notifications.
  • 0 - Disabled
  • 1 - Enabled
--emails=1
alternate_email String Set an alternate email address for notifications instead of the default admin email.   [email protected]

Example Call JETAPI

wp jetbackup manageSettingsNotifications --emails=1 --alternate_email=[email protected]
Saved Successfully
+--------+-------------------+
| Emails | Alternate Email   |
+--------+-------------------+
| Yes    | [email protected] |
+--------+-------------------+