For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

Email channel behaviour for this project.

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.

Email β†’ Settings.

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 Β· Enable Email

API reference

Endpoints: Get Email Disable Dependencies, Disable Email, Enable Email.

Last updated