# SendGrid

![](/files/-MS8h10ZWXzPptnFUYke)

First of all, to send emails you'll need an API key, from Sendgrid.\
Here is how you get it:

Log into your **SendGrid** account and go to the menu **Settings** -> **API key**

![](/files/-MQXS5P3FGX5TKfI5zgP)

Create a new **API key**&#x20;

![](/files/-MQXTO_GF38UZnRqAw0I)

Enter the name of the API key, select the full access one, and hit **Create & View**

![](/files/-MQXTz-9X4AEuoGSbyIj)

And then you have it, make sure to copy it and save it, you won't be able to access it once you've clicked on the button done.

![](/files/-MQXUWB6Zt0xq_IwwbvR)

Once you've set the API key the other important thing to do is to properly set your from name and address.\
For that, you can go to your Sendgrig settings under **Settings** => **Sender Authentication**

![](/files/-MQXWnjmvyydoakyHVWc)

If you don't have a sender already existing create a new one:

![](/files/-MQXXD8P5NIjjtdykito)

Once you've created it you'll have to set these information in AcyMailing

![](/files/-MQXXgmapDJEn9q09vN_)

You can also check your credits remaining on AcyMailing without having to log into your SendGrid account by looking at the AcyMailing header:

![](/files/-MQXYViT_eXGeanUHFfn)


---

# Agent Instructions: 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:

```
GET https://docs.acymailing.com/external-sending-method/sendgrid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
