Administrators can edit PeepSoโs email templates and easily change their content. Emails can be personalized with tokens like {sitename} which will display the site name and {userfirstname} to display the userโs first name in the email.
Access these options by navigationg to WP Admin -> Configuration -> Edit Emails

Allowed Tokens #
The following tokens can be used within the content of emails:
{date} โ Current date in the format that WordPress displays dates.
{datetime} โ Current date and time in the format that WordPress displays dates with time.
{sitename} โ Name of your site from the WordPress title configuration.
{siteurl} โ URL of your site.
{unsubscribeurl} โ URL to receiving userโs Alert Configuration page.
{year} โ The current four digit year.
{permalink} โ Link to the post, comment or other item referenced; context specific.
These are referring to the user causing the alert, such as โ{fromlogin} liked your postโฆโ:
{fromemail} โ Message senderโs email address.
{fromfullname} โ Message senderโs full name.
{fromfirstname} โ Message senderโs first name.
{fromlastname} โ Message senderโs last name.
{fromlogin} โ Message senderโs username.
These are referring to the receiving user on all messages, such as โWelcome {userfirstname}โฆโ:
{useremail} โ Message recipientโs email address.
{userfullname} โ Message recipientโs full name.
{userfirstname} โ Message recipientโs first name.
{userlastname} โ Message recipientโs last name.
{userlogin} โ Message recipientโs username.