# Email configuration with Sendgrid

**SendGrid** is a cloud-based email service that provides solutions for sending and receiving emails. SendGrid is often used by developers and businesses to manage and optimize their email communication, particularly transactional and marketing emails.

**Steps to Follow:**

1. **Visit the SendGrid website:** Go to the official SendGrid website at <https://sendgrid.com/>.
2. **Sign Up:** Look for a "Sign Up" or "Start for Free" button on the homepage. Click on it to initiate the registration process.
3. **Provide Information:** You will be prompted to enter some basic information to create your account. This typically includes your email address, password, and details about your organization.
4. **Verification:** After entering your information, SendGrid may require you to verify your email address. Check your email inbox for a verification message from SendGrid and follow the instructions to confirm your email.
5. **Complete Registration:** Once your email is verified, you may need to complete any additional steps in the registration process. This might include providing more information about your use case or agreeing to the terms of service.
6. **Access Dashboard:** After successfully registering, you should be able to access your SendGrid account dashboard. Here, you can find API keys.

## Email Configuration Instructions

1. Select the email provider "SENDGRID".

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

2. Enter an email address through which an employer or candidate will receive the emails.
3. Enter Api Key: Log in to **Mailgun** (<https://www.mailgun.com/>). Click on **Settings → API Security**. Find the **Private API Key**. **Copy & Save** the key. Use this key.
4. Click "Save".


---

# 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.arthajobboard.com/admin/manage-portal/setting/email-configuration/email-configuration-with-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.
