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