mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Closes: #20904 Changes: - Updated the `deliver-contact-form-message` action to send contact form submissions to Fleet's support email address. - Added an email template for contact form messages.
15 lines
1.1 KiB
Text
Vendored
15 lines
1.1 KiB
Text
Vendored
<% /* Note: This is NOT injected into an email layout` */ %>
|
|
<div style="width: 100%; font-family: 'Inter','Helvetica','arial', sans-serif; box-sizing: border-box; padding: 0; margin: 0;">
|
|
<div style="color: #192147; font-size: 16px; box-sizing: border-box; padding: 40px 60px 80px 28px; width: 100%; max-width: 600px; margin-left: auto; margin-right: auto;">
|
|
<div style="background: transparent; text-align: left;">
|
|
<a href="https://fleetdm.com"><img style="display: inline-block; width: 162px; height: 92px; width: auto;" alt="Logo" src="https://fleetdm.com/images/logo-blue-162x92@2x.png"/></a>
|
|
</div>
|
|
<div style="margin-bottom: 48px">
|
|
<p style="margin-bottom: 16px;"><strong>Message:</strong></p>
|
|
<pre ><code><%= message %></code></pre>
|
|
<p style="margin-bottom: 16px;"><strong>Submitter information:</strong></p>
|
|
<p style="margin-bottom: 16px;"><strong>Name:</strong> <%= firstName %> <%= lastName %></p>
|
|
<p style="margin-bottom: 16px;"><strong>Email address:</strong> <a href="mailto:<%= firstName %> <%= lastName %><<%= emailAddress %>>"><%= emailAddress %></a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|