> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-email-template-management.md).

# FE Email template management

This section allows administrators to manage the content of emails sent to users. ForumEngine provides 11 predefined email templates and placeholders specifically for authentication emails.\
You can customize these templates by adding additional information as needed. However, please note that placeholders cannot be modified. To save changes to any template, simply click outside the text box after editing.

#### **Email Templates and Placeholders**

The following authentication email templates are available. You can use placeholders to insert specific content dynamically:

* **\[user\_login]**, **\[display\_name]**, **\[user\_email]:** Include user-specific details such as username, display name, or email address in the email.
* **\[activate\_url]:** Inserts an activation link required for users to reset their password.
* **\[confirm\_link]:** Provides an activation link necessary for users to activate their account.
* **\[site\_url]**, **\[blogname]**, **\[admin\_email]:** Adds site-related information, including the site URL, site name, and administrator email address.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/57145785c697911a6f039d27/file-SGOUZXOVkS.png)

#### **Available Email Templates**

* **Register Mail Template:** Sent to users to confirm successful registration on your site, including their account details.
* **Forgot Password Mail Template:** Sent to users who request a password reset, providing instructions to retrieve their password.
* **Reset Password Mail Template:** Sent after a user activates the link from the Forgot Password email, confirming that their password has been successfully updated.
* **User Confirmation Mail Template:** Used to prompt users to confirm their account via email.
* **User Confirmed Mail Template:** Sent to users after they successfully confirm their account.
* **User Facebook Mail Template:** Specific to users registering or interacting via Facebook.
* **User Twitter Mail Template:** Specific to users registering or interacting via Twitter.
* **Following Thread Mail Template:** Notifies users about updates to threads they follow.
* **Pending Thread Mail Template:** Informs users or administrators about threads awaiting approval.
* **Ban Member Mail Template:** Notifies users of a ban from the site.
* **Report Mail Template:** Used to communicate reported content or issues to administrators or users.


---

# 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://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-email-template-management.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.
