> For the complete documentation index, see [llms.txt](https://help.thenorthcop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thenorthcop.com/more-guides/catchall-email.md).

# Catchall Email

1\) Purchase a domain here: <https://domains.google.com/registrar>. A domain ending in .com will work the best to avoid any errors or filtering by websites that can lead to cancellations.&#x20;

2\) At checkout, dont purchase the extra google workplace emails. It's not necessary for this.

3\) Proceed to purchase your domain.

4\) Select your domain from the my domains section:

![](/files/-MZVbl-19SliItv0m19X)

5\) Select the email section on the left hand side

6\) Under email forwarding click add email alias. This is where you will setup the catchall domain to accept any emails you create (with the \*) and then send it to the email you want to. \
\
In the **first box** input `*` . This acts as a **wildcard letter** and will now accept any emails.&#x20;

In the **second box**, input the email where you want all confirmations to go to.&#x20;

* See example below.

![](/files/-MZVcEYjZ5E8Iw5u6umy)

Now you can create any email address with your domain. Try sending yourself an email to your email - `asdfasdf@domainhere.com`  (replace domainhere with the domain you purchased). You should get an email to the email you setup as the `"existing recipient email"`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.thenorthcop.com/more-guides/catchall-email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
