Update an Account
Updates the Account resource.
smtppy.updateaccount(password, accountId, isActive)
Parameters
accountId
(string) (required) - The account identifierpassword
(string) (required) - Account's password.isActive
(bool) (required) - Account active status
Response
{
"address": "user@example.com",
"isActive": true
}
Last updated