Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottclaeys/073c75da80dc2ed24adc3a2d211aac35 to your computer and use it in GitHub Desktop.
Save scottclaeys/073c75da80dc2ed24adc3a2d211aac35 to your computer and use it in GitHub Desktop.
Text file containing html source of a VPS welcome email template (for WHMCS)
<p>Dear {$client_name},</p>
<p><strong>PLEASE PRINT THIS MESSAGE FOR YOUR RECORDS – PLEASE READ THIS EMAIL IN FULL.</strong></p>
<p>We are pleased to inform you that the VPS you ordered has been set up.</p>
<p><strong>Server Details<br /></strong>=============================</p>
<p>{$service_product_name} - <a title="Manage {$service_product_name}" href="{$whmcs_url}clientarea.php?action=productdetails&id={$service_id}" target="_blank" rel="noopener">Click to Manage</a></p>
<p>ServerName: {$service_domain}<br />Main IP: {$service_dedicated_ip}<br />Root pass: {$service_password}<br />{if $service_assigned_ips} IP Address Allotted: {$service_assigned_ips} {/if}</p>
<p><strong>Client Area<br /></strong>=============================</p>
<p>Manage Service from Client Area: <a href="{$whmcs_url}clientarea.php?action=productdetails&id={$service_id}">Click Here</a></p>
<p><strong>Manager Details<br /></strong>=============================</p>
<p>URL: <a>https://{$service_server_hostname}:4083</a><br />Username: {$service_username}<br />Password: {$service_password}</p>
<p><strong>Direct Access<br /></strong>=============================</p>
<p>You can access your server over SSH. If you are a Windows user, you can use a free SSH client called Putty which can be downloaded from:<br /><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank" rel="nofollow noopener">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a></p>
<p>=============================</p>
<p>{$signature}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment