AUHMS / Communications

Communication System

All Systems Normal
--
Loading...

Communication System

Email templates, announcements, and notifications

Template List
8 templates
Template Name Category Last Modified Status Actions
Loading...
Template Editor — Welcome Email
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Welcome to AUHMS</title>
</head>
<body style="font-family:Arial,sans-serif;">
  <div style="max-width:600px;margin:0 auto;">
    <div style="background:#2563EB;padding:24px;">
      <h1 style="color:#fff;margin:0;">
        Welcome to AUHMS
      </h1>
    </div>
    <div style="padding:32px 24px;">
      <p>Hi {{client_name}},</p>
      <p>Your account has been created
        successfully.</p>
      <a href="{{dashboard_url}}">
        Go to Dashboard
      </a>
    </div>
  </div>
</body>
</html>
Preview
Welcome to AUHMS

Hi {{client_name}},

Your account has been created successfully. You can now access your dashboard at the link below to manage your services, view invoices, and submit support tickets.

Go to Dashboard

If you did not create this account, please contact our support team immediately.

Details