v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Email
Email Suspensions

Unsuspend email account outgoing mail

This function cancels the suspension action put in place by the UAPI Email::suspend_outgoing function for outgoing mail for an email account.

Note:

To suspend an email account and reject all outgoing mail, use the UAPI Email::suspend_outgoing function.

get/Email/unsuspend_outgoing

Query parameters

emailstring required
Example:username@example.com

The email account's username.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "unsuspend_outgoing",
  "module": "Email",
  "result": {
    "status": 1
  }
}