-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemailjs-template-code.html
More file actions
49 lines (42 loc) · 3.47 KB
/
emailjs-template-code.html
File metadata and controls
49 lines (42 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<div style="font-family: system-ui, sans-serif, Arial; font-size: 14px; color: #333; max-width: 600px; margin: 0 auto; background-color: white;">
<div style="background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); padding: 30px; text-align: center;">
<div style="background-color: white; display: inline-block; padding: 15px 35px; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
<h1 style="margin: 0; font-size: 36px; font-weight: 900; color: #f97316; letter-spacing: 2px;">MOPC-CORE</h1>
</div>
<h2 style="color: white; margin: 15px 0 0 0; font-size: 22px; font-weight: 400; text-shadow: 0 2px 4px rgba(0,0,0,0.2);">Bienvenido a la Plataforma</h2>
</div>
<div style="padding: 40px 30px; background-color: #fff;">
<p style="font-size: 16px; margin-bottom: 20px;">Hola <strong style="color: #ea580c;">{{to_name}}</strong>,</p>
<p style="margin-bottom: 25px; line-height: 1.6;">Tu cuenta ha sido creada exitosamente en la Plataforma MOPC.</p>
<div style="background: linear-gradient(to right, #fff7ed 0%, #ffffff 100%); border-left: 5px solid #f97316; padding: 25px; margin: 25px 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(249, 115, 22, 0.1);">
<h2 style="color: #ea580c; margin-top: 0; font-size: 19px; margin-bottom: 20px;">🔑 Credenciales de Acceso</h2>
<table style="width: 100%; border-collapse: collapse;">
<tr>
<td style="padding: 10px 0; font-weight: bold; color: #666;">Usuario:</td>
<td style="padding: 10px 0; color: #ea580c; font-family: monospace; font-size: 15px; font-weight: bold;">{{username}}</td>
</tr>
<tr style="border-top: 1px solid #fed7aa;">
<td style="padding: 10px 0; font-weight: bold; color: #666;">Contraseña temporal:</td>
<td style="padding: 10px 0; color: #ea580c; font-family: monospace; font-size: 15px; font-weight: bold;">{{password}}</td>
</tr>
<tr style="border-top: 1px solid #fed7aa;">
<td style="padding: 10px 0; font-weight: bold; color: #666;">Rol asignado:</td>
<td style="padding: 10px 0; color: #f97316; font-weight: bold; font-size: 15px;">{{role}}</td>
</tr>
</table>
</div>
<div style="text-align: center; margin: 35px 0;">
<a href="{{platform_url}}" style="background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); color: white; padding: 14px 40px; text-decoration: none; border-radius: 25px; display: inline-block; font-weight: bold; font-size: 16px; box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3); transition: all 0.3s;">
🚀 Acceder a la Plataforma
</a>
</div>
<div style="background: linear-gradient(to right, #fff7ed 0%, #fed7aa 100%); border: 2px solid #fb923c; padding: 18px; border-radius: 8px; margin-top: 25px;">
<p style="margin: 0; color: #9a3412;"><strong>⚠️ Importante:</strong> Por favor, cambia tu contraseña después del primer inicio de sesión por seguridad.</p>
</div>
<p style="margin-top: 35px; color: #666; line-height: 1.6;">Saludos cordiales,<br><strong style="color: #ea580c;">Equipo MOPC</strong></p>
</div>
<div style="background-color: #fed7aa; padding: 20px; text-align: center; font-size: 12px; color: #9a3412; border-top: 3px solid #f97316;">
<p style="margin: 0 0 5px 0; font-weight: bold;">Ministerio de Obras Públicas y Comunicaciones</p>
<p style="margin: 0;">Este es un correo automático. Por favor no responder a este mensaje.</p>
</div>
</div>