PyRunner / templates /notifications /email /test_email.html
Akoda35's picture
Upload 3 files
cb973a9 verified
Raw
History Blame Contribute Delete
1.66 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: #0d1117; color: #e6edf3;">
<table width="100%" cellpadding="0" cellspacing="0" style="max-width: 600px; margin: 0 auto; padding: 20px;">
<tr>
<td style="padding: 30px; background-color: #161b22; border-radius: 8px; border: 1px solid #30363d; text-align: center;">
<h1 style="color: #58a6ff; margin: 0 0 20px 0; font-size: 28px;">PyRunner</h1>
<div style="padding: 20px; background-color: rgba(63, 185, 80, 0.1); border: 1px solid rgba(63, 185, 80, 0.3); border-radius: 8px; margin-bottom: 20px;">
<p style="color: #3fb950; font-size: 18px; margin: 0; font-weight: 600;">
Email Configuration Test Successful!
</p>
</div>
<p style="color: #e6edf3; font-size: 16px; margin: 0 0 10px 0;">
Your email settings are working correctly.
</p>
<p style="color: #8b949e; font-size: 14px; margin: 0;">
Sent at: {{ timestamp|date:"M d, Y H:i:s" }} UTC
</p>
<hr style="border: none; border-top: 1px solid #30363d; margin: 20px 0;">
<p style="color: #8b949e; font-size: 12px; margin: 0;">
This is a test email from PyRunner
</p>
</td>
</tr>
</table>
</body>
</html>