# Customize Welcome Letter Template

You can create a welcome letter to be sent to new subscribers. The body of the welcome letter allows the use of the [**Velocity Template Language (VTL)**](http://velocity.apache.org/engine/1.6/user-guide.html).

## **To customize the welcome letter**

<mark style="color:blue;">**Step 1:**</mark> Click <mark style="color:blue;">**Administration**</mark> <mark style="color:blue;">></mark> <mark style="color:blue;">**Manage Campus**</mark> <mark style="color:blue;">></mark> <mark style="color:blue;">**Group Tools**</mark> <mark style="color:blue;">></mark> <mark style="color:blue;">**Customize**</mark> <mark style="color:blue;">></mark> <mark style="color:blue;">**Notification Settings**</mark> area.

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

<mark style="color:blue;">**Step 2:**</mark> In the <mark style="color:blue;">**All emails sent**</mark> dropdown, select <mark style="color:blue;">**Welcome letter sent to new subscribers**</mark>. Click the <mark style="color:blue;">**Override**</mark> button to activate the text area.

<mark style="color:blue;">**Step 3:**</mark> In the <mark style="color:blue;">**Template Subject**</mark> box, type the subject for the welcome letter.

<mark style="color:blue;">**Step 4:**</mark> In the <mark style="color:blue;">**Template Body box**</mark>, type a welcome message.

<mark style="color:blue;">**Step 5:**</mark> The Rich Text Editor allows to format the text, upload images, create table, add hyperlinks, insert code snippet, and other Rich Text Editor features.

<mark style="color:blue;">**Step 6:**</mark> In the <mark style="color:blue;">**Sender**</mark> <mark style="color:blue;">**Address**</mark> box, type the email address you would like it sent from or you can leave it blank to be sent from your selected support user.

<mark style="color:blue;">**Step 7:**</mark> Click <mark style="color:blue;">**Save**</mark>. The welcome letter template details are updated and saved.

If you would like to prevent welcome letters from being sent, check the <mark style="color:blue;">**Disable Notifications**</mark> checkbox. Also, the welcome letters will not be sent if the template body is empty.

#### The following is the list of available VTL properties that are used in the welcome letter.

| Properties    | Description                                     |
| ------------- | ----------------------------------------------- |
| `$Login`      | The login name of the user.                     |
| `$Password`   | The password of the user.                       |
| `$Email`      | The email address of the user.                  |
| `$FirstName`  | The first name of the user.                     |
| `$MiddleName` | The middle name of the user.                    |
| `$LastName`   | The last name of the user.                      |
| `$Nickname`   | The nick name of the user.                      |
| `$Title`      | The title of the user. For example, Mr or Ms.   |
| `$Culture`    | The culture of the user. For example, en or es. |

#### The following is the list of available [Velocity Template Language (VTL)](http://velocity.apache.org/engine/1.6/user-guide.html) properties for contact information.

| Properties  | Description               |
| ----------- | ------------------------- |
| `$City`     | The city of the user.     |
| `$State`    | The state of the user.    |
| `$Country`  | The country of the user.  |
| `$Postal`   | The zip code of the user. |
| `$Address1` | The address of the user.  |
| `$Address2` | The address of the user.  |
| `$Phone`    | The phone of the user.    |
| `$Fax`      | The fax of the user.      |

#### The following is the list of available VTL properties for subscription information.

| Properties               | Description                                                                               |
| ------------------------ | ----------------------------------------------------------------------------------------- |
| `$Provider`              | The full name of the provider.                                                            |
| `$OrganizationName`      | The full name of the organization.                                                        |
| `$OrganizationShortName` | The short name for the organization.                                                      |
| `$Memberships`           | The list of memberships from the spreadsheet.                                             |
| `$ExpirationDate`        | The date that this user's subscription expires, displays as "never" if it doesn't expire. |
| `$BillingCode`           | The billing code for the subscription.                                                    |
| `$LoginUrl`              | The login url for the organization.                                                       |

#### The following is the list of available VTL properties for miscellaneous.

| Properties | Description                                                                                         |
| ---------- | --------------------------------------------------------------------------------------------------- |
| `$Notes`   | The notes provided in the spreadsheet.                                                              |
| `$Cc`      | The list of emails that the letter are carbon copied to if using the user upload spreadsheet.       |
| `$Bcc`     | The list of emails that the letter are blind carbon copied to if using the user upload spreadsheet. |

#### © NexPort Solutions 2022. All Rights Reserved.


---

# 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.nexportsolutions.com/nexport-user-documentation/administrator-documentation/administrator-reference/campus-management/group-tools/customize/customize-welcome-letter-template.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.
