> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/emails/settings.md).

# Settings

**Where:** Email → Settings · `/projects/<project>/emails/settings`

Email **Settings** holds the channel's danger zone: the **Disable emails module** panel. Disabling Email stops triggers, scheduled campaigns, and in-flight sends that depend on this module.

<figure><img src="/files/YwQQWt6SoAXkfgCVTyz4" alt=""><figcaption><p>Email → Settings.</p></figcaption></figure>

## What you can do here

Before you disable, the panel loads everything that still depends on Email and lists it in four groups:

* **Triggers** — triggers with an email action.
* **Scheduler tasks** — scheduled tasks that send email.
* **In-flight campaigns** — campaigns that are scheduled or still sending.
* **Membership settings via Email** — membership flows (invitations, verification) that use the Email channel.

If dependencies exist, you must tick an acknowledgement checkbox first. Then the red **Disable module** button turns the channel off and returns you to the Email home. Everything listed above stops working until you enable the module again.

## Use it from code

[Disable Email](/sdks-and-cli/notifications/email/disable-email.md) · [Enable Email](/sdks-and-cli/notifications/email/enable-email.md)

## API reference

Endpoints: [Get Email Disable Dependencies](/api-reference/notifications/email/get-email-disable-dependencies.md), [Disable Email](/api-reference/notifications/email/disable-email.md), [Enable Email](/api-reference/notifications/email/enable-email.md).
