> For the complete documentation index, see [llms.txt](https://helpdocs.ycloud.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.ycloud.com/help-center/integrations/channels/email/getting-started.md).

# Getting Started

YCloud Email is a faster, simpler way to deliver at scale, suitable for sending transactional and marketing emails. It's better than using a personal email address, as you can have unlimited sending quotas and avoid being marked as spam.\
If you're building an application, you'll primarily interact with the Web API, which is our fastest, most flexible, and most secure option. Once you've integrated with our Web API, you'll see rapid email delivery, highly configurable settings, data features, and account security through your API key.

## Before You Begin

To use any YCloud product, you need to [register](https://www.ycloud.com/console/#/entry/register) for a free account.

To activate the Email feature, click the Enable button on the [Integrations](https://www.ycloud.com/console/#/app/integrations/all) page.

<figure><img src="/files/kC0iNozPk9rLR1hihPIa" alt=""><figcaption></figcaption></figure>

## For Trial Accounts

You should be aware of some limitations:

* Trial accounts only support sending to your own registered email.
* The maximum daily delivery is 50 emails.
* YCloud provides an address <ycloud@ycloud-mail.com> for testing, but this address only supports sending to your own registered email, regardless of whether you upgrade your account.

## Setting Up Your Domain

Add and verify your official domain. You need to prepare a domain for sending emails. Through your DNS provider (e.g., GoDaddy, Rackspace, Cloudflare, Route53, etc.), you can add the DNS records provided by YCloud to your DNS entries. These entries are known as SPF and DKIM records.\
This domain will be the address displayed in the recipient field.

## Upgrade Your Account by Recharging

You can decide at any time to complete the free trial and [upgrade your account](https://www.ycloud.com/console/#/app/billing/buyCredits).

## Using and Testing

It's time to integrate the [Email Send API](https://docs.ycloud.com/reference/email-send) and test, sending one or more emails with attachments to one or more target addresses.


---

# 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://helpdocs.ycloud.com/help-center/integrations/channels/email/getting-started.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.
