Edjet LMS Server 6.4

Manage message templates

Instructor info

Learn how to create, update ir delete a message template.

Create a message template

You can create your own message template:

  1. Sign in to Edjet LMS admin.
  2. In the menu click settings Settings and then click subtitles Message templates.
  3. In the toolbar click add New item.
  4. Enter the Subject of the message.
    You can use variables or localization strings (see below).
  5. Enter the Content of the message using the editor.
    You can use variables or localization strings (see below).
  6. In the toolbar click save Save.

Variables

You can use variables to add dynamic content to your message template Subject and Content parts. For example, you can add user's name to create personalized course invitation.

Variable Description
%%recipient_username%% Recipient's User name (require recipient object)
%%recipient_fullname%% Recipient's Full name (require recipient object)
%%recipient_prefix%% Recipient's Degree (require recipient object)
%%recipient_name%% Recipient's First name (require recipient object)
%%recipient_middlename%% Recipient's Middle name (require recipient object)
%%recipient_surname%% Recipient's Last name (require recipient object)
%%recipient_email%% Recipient's Email (require recipient object)
%%recipient_job_title%% Recipient's Job title (require recipient object)
%%recipient_code%% Recipient's Code (require recipient object)
%%recipient_phone_1%% Recipient's Phone 1 (require recipient object)
%%recipient_phone_2%% Recipient's Phone 2 (require recipient object)
%%recipient_fax%% Recipient's Fax (require recipient object)
%%recipient_web%% Recipient's Web (require recipient object)
%%certificate_name%% Name of the certificate (require certificate object)
%%certificate_valid_to%% Certificate validity (require certificate object)
%%certificate_link%% Link to view certificate (require certificate object)
%%course_name%% Name of the course (require course object)
%%course_valid_from%% Course start date (require course object)
%%course_valid_to%% Course end date (require course object)
%%course_link%% Course link (require course object)
%%data%% Message submitted via online form (require form post method data object)

Localization

Message template Subject and Content can be localized using localization strings.

Use any existing localization string in the format: %%_your_localization_string_%%

Output language is based on recipient's current user language preferences. If the recipent has no LMS account, LMS default language is used.

Edit or delete message template

To edit or delete a page you must be either owner or has edit permission.

To edit custom message template:

  1. Sign in to Edjet LMS admin.
  2. In the menu click settings Settings and then click subtitles Message templates.
  3. Find the item and click edit icon edit in the row.
  4. Make your changes.
  5. In the toolbar click save Save.

To delete custom message template:

  1. Sign in to Edjet LMS admin.
  2. In the menu click settings Settings and then click subtitles Message templates.
  3. Find the item and click delete icon delete in the row.
  4. Click OK in confirmation dialog.

List of system message templates

There are several ready made message templates.

Expiration of certificate – %%Certificate name%%

Hello,

the certificate expires:

%%Certificate expiry date%%

%%Link to the certificate%%

Contact form

Email sent via the contact form on your website.

%%Message from sender%%

Contact form – Confirmation

Your message has been received. Thank you for your interest. We will contact you as soon as possible.

Beginning of the course – %%Course name%%

Hello,

the course begins:

%%Course start date%%

%%Link to the course%%

User name: %%User name%%

Do not have you password yet? Reset the password to get new one.

End of the course – %%Course name%%

Hello,

the course ends:

%%Course expiry date%%

%%Link to the course%%

User name: %%User name%%

Do not have you password yet? Reset the password to get new one.

Invitation to course – %%Course name%%

Hello,

you have been invited to course:

%%Course name%%

%%Link to the course%%

User name: %%User name%%

Do not have you password yet? Reset the password to get new one.

E-learning report

Click on the following links to view the report:

%%Link to report 1%%

%%Link to report 2%%

Lost password – Confirmation

Please confirm the generation of a new password for your account by clicking on the following link:

%%Password reset link%%

New password

At your request, we are sending you a new password:

%%New password%%

Sign up – Confirmation

Your registration was successful. Thank you.

Login: %%entered value%%

First name: %%entered value%%

Last name: %%entered value%%

E-mail: %%entered value%%

User name: %%entered value%%

Password: %%entered value%%

Password again: %%entered value%%

Privacy policy: %%entered value%%

Manage settings