# Adding a mail account

If you need to send email from your server, one option is to create a mail account in your host Site Tools.  You can create a mail account then set the credentials in your .env file so if you make an account, remember the details.

When setting the values in the .env file, remember that you must use the full email address for the sending account.

{% hint style="warning" %}
If you setup your site with a temporary domain name, you will not be able to configure email at this point.  Come back to this once you assign a real domain name to the site.
{% endhint %}


---

# 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://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/adding-a-mail-account.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.
