mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat(core): Update email templates (#19137)
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
<mj-head>
|
||||
<mj-font name="Inter" href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" />
|
||||
<mj-attributes>
|
||||
<mj-all font-family="Open Sans, sans-serif"></mj-all>
|
||||
<mj-body background-color="#fbfcfe"></mj-body>
|
||||
<mj-all align="left" font-family="Inter, Helvetica, Arial, sans-serif"></mj-all>
|
||||
<mj-text
|
||||
font-weight="400"
|
||||
font-size="16px"
|
||||
color="#444444"
|
||||
line-height="24px"
|
||||
padding="10px 0 0 0"
|
||||
align="center"
|
||||
></mj-text>
|
||||
<mj-button
|
||||
background-color="#ff6f5c"
|
||||
color="#ffffff"
|
||||
font-size="18px"
|
||||
font-weight="600"
|
||||
align="center"
|
||||
padding-top="20px"
|
||||
line-height="24px"
|
||||
border-radius="4px"
|
||||
font-size="16px"
|
||||
font-weight="500"
|
||||
line-height="20px"
|
||||
border-radius="5px"
|
||||
></mj-button>
|
||||
<mj-section padding="20px 0px"></mj-section>
|
||||
</mj-attributes>
|
||||
</mj-head>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-image src="cid:n8n-logo" height="40px" width="70px" />
|
||||
<mj-column padding-left="15px">
|
||||
<mj-image src="cid:n8n-logo" width="125px" padding="0" />
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<mjml>
|
||||
<mj-include path="./_common.mjml" />
|
||||
<mj-body>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c">A credential has been shared with you</mj-text>
|
||||
<mj-text font-size="24px">A credential has been shared with you</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section background-color="#FFFFFF" border="1px solid #ddd">
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text><b>"{{ credentialsName }}"</b> credential has been shared with you.</mj-text>
|
||||
<mj-text>To access it, please click the button below.</mj-text>
|
||||
<mj-button href="{{credentialsListUrl}}">Open credential</mj-button>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
</mj-body>
|
||||
</mjml>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 4.4 KiB |
@@ -1,12 +1,13 @@
|
||||
<mjml>
|
||||
<mj-include path="./_common.mjml" />
|
||||
<mj-body>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c">Reset your n8n password</mj-text>
|
||||
<mj-text font-size="24px">Reset your n8n password</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section background-color="#FFFFFF" border="1px solid #ddd">
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="20px">Hi {{firstName}},</mj-text>
|
||||
<mj-text>Somebody asked to reset your password on n8n at <b>{{domain}}</b> .</mj-text>
|
||||
@@ -20,12 +21,11 @@
|
||||
</mj-section>
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="12px" color="#777">
|
||||
<mj-text>
|
||||
If you did not request this email, you can safely ignore this. <br />
|
||||
Your password will not be changed.
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
</mj-body>
|
||||
</mjml>
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
<mjml>
|
||||
<mj-include path="./_common.mjml" />
|
||||
<mj-body>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c"
|
||||
<mj-text font-size="24px"
|
||||
>You have been added to the {{ projectName }} project as {{ role }}</mj-text
|
||||
>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section background-color="#FFFFFF" border="1px solid #ddd">
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text
|
||||
>This gives you access to all the workflows and credentials in that project</mj-text
|
||||
@@ -16,6 +17,5 @@
|
||||
<mj-button href="{{projectUrl}}">View project</mj-button>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
</mj-body>
|
||||
</mjml>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<mjml>
|
||||
<mj-include path="./_common.mjml" />
|
||||
<mj-body>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c">Welcome to n8n! 🎉</mj-text>
|
||||
<mj-text font-size="24px">Welcome to n8n! 🎉</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section background-color="#FFFFFF" border="1px solid #ddd">
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text>You have been invited to join n8n at <b>{{domain}}</b> .</mj-text>
|
||||
<mj-text>To accept, please click the button below.</mj-text>
|
||||
<mj-button href="{{inviteAcceptUrl}}">Set up your n8n account</mj-button>
|
||||
<mj-button padding-top="20px" href="{{inviteAcceptUrl}}">Set up your n8n account</mj-button>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
</mj-body>
|
||||
</mjml>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<mjml>
|
||||
<mj-include path="./_common.mjml" />
|
||||
<mj-body>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text font-size="24px" color="#ff6f5c">A workflow has been shared with you</mj-text>
|
||||
<mj-text font-size="24px">A workflow has been shared with you</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section background-color="#FFFFFF" border="1px solid #ddd">
|
||||
<mj-section>
|
||||
<mj-column>
|
||||
<mj-text><b>"{{ workflowName }}"</b> workflow has been shared with you.</mj-text>
|
||||
<mj-text>To access it, please click the button below.</mj-text>
|
||||
<mj-button href="{{workflowUrl}}">Open Workflow</mj-button>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-include path="./_logo.mjml" />
|
||||
</mj-body>
|
||||
</mjml>
|
||||
|
||||
Reference in New Issue
Block a user