# E-mail notifications

Some actions will trigger a new email notification that will be sent according to your settings.

You can change the options in `Options -> E-mail notifications`&#x20;

Here you can specify an email to send from, add BCC copies to other emails, set a maxmium retries attempt for each notification in case they fail, and customize your sender/SMTP settings.

A very important setting can be found under the System performance group, with the name **Send "New file" email notifications during the file saving process.**&#x20;

This will prevent ProjectSend to send emails as soon as files are assigned, making the editing process much faster. Be aware that if you enable this setting, it's recommeded that you also s[et up a cron task](https://docs.projectsend.org/about/how-to-use/cron-tasks) that takes care of sending these emails or neither users or clients will be notified of any new files.


---

# 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.projectsend.org/about/how-to-use/e-mail-notifications.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.
