---
title: "Update SubAccount Email Settings"
method: PUT
path: "/subaccounts/{email}/settings/email"
tags: ["SubAccounts"]
---

# Update SubAccount Email Settings

`PUT /subaccounts/{email}/settings/email`

Update SubAccount email settings. Required Access Level: ModifySubAccounts

## Path parameters

- `email` string, string, required — string

## Request body

- SubaccountEmailSettings — Settings related to sending emails
  - `MonthlyRefillCredits` integer — Amount of credits added to Account automatically
  - `RequiresEmailCredits` boolean — True, if Account needs credits to send emails. Otherwise, false
  - `EmailSizeLimit` integer — Maximum size of email including attachments in MB's
  - `DailySendLimit` integer — Amount of emails Account can send daily
  - `MaxContacts` integer — Maximum number of contacts the Account can have. 0 means that parent account's limit is used.
  - `EnablePrivateIPPurchase` boolean — Can the SubAccount purchase Private IP for themselves
  - `PoolName` string, string — Name of your custom IP Pool to be used in the sending process
  - `ValidSenderDomainOnly` boolean, nullable

## Response `201`

Created

- SubaccountEmailSettings — Settings related to sending emails
  - `MonthlyRefillCredits` integer — Amount of credits added to Account automatically
  - `RequiresEmailCredits` boolean — True, if Account needs credits to send emails. Otherwise, false
  - `EmailSizeLimit` integer — Maximum size of email including attachments in MB's
  - `DailySendLimit` integer — Amount of emails Account can send daily
  - `MaxContacts` integer — Maximum number of contacts the Account can have. 0 means that parent account's limit is used.
  - `EnablePrivateIPPurchase` boolean — Can the SubAccount purchase Private IP for themselves
  - `PoolName` string, string — Name of your custom IP Pool to be used in the sending process
  - `ValidSenderDomainOnly` boolean, nullable

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
