If you have edited your Site Welcome Email and prefer to revert to the default to start again, you can copy the default email from here!
How to Return to the Default Site Welcome Email
- Copy the following code:
<div class="fr-view">
<style>
@media screen and (max-width:480px) {
.main-table {
width: 300px !important; margin: 0 auto;
}
}
</style>
<table border="0" cellpadding="0" cellspacing="0" style="background-color: #f3f3f3; font-family: Arial, Helvetica, sans-serif;" width="100%">
<tbody>
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" class="main-table" style="margin: 25px auto; background:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px 0 #eaeaea; -webkit-box-shadow: 1px 1px 0 #eaeaea; box-shadow: 1px 1px 0 #eaeaea; width: 500px;">
<tbody>
<tr style="border: 0;">
<td style="padding: 20px; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; text-align: left; border: 0; background-color: rgb(204, 204, 204);"> <a href="{{site_url}}" style="border: none; text-decoration: none; font-size: 22px;" target="_blank"> {{site_name}} </a>‌ </td>
</tr>
<tr style="border: 0;">
<td style="padding: 20px; background: #fff; border: 0;">
<div class="fr-view">
<h3>Welcome {{user.full_name}}, </h3>
</div>
<div class="fr-view">
<p>Your account has been created! {% if initial_password_required %} <a href="{{express_sign_in_url}}" target="_blank"> Click here to set your password. </a> {% endif %} </p>
<p>Sign in URL: {{sign_in_url}} </p>
<p>Email: {{user.email}} </p>
</div>
</td>
</tr>
<tr style="border: 0;">
<td style="padding: 20px 40px 20px; text-align: center; border: 0; background-color: rgb(204, 204, 204);">‌ <a href="{{sign_in_url}}" target="_blank">Login to your account </a> | <a href="{{edit_notifications_url}}" target="_blank">Edit notification settings </a>‌ </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div> - Go to Support Your Students
- Select Notifications
- Click Student email notifications in the left menu
- Click Edit to the right of Send students a Site Welcome Email when their account is created
- Click the code icon </>
- Select all existing text and Delete
- Paste your copied code from step 1
- Click the code icon </>
- Click Save
Now you are all set! Your Site Welcome Email will now display the default template.