mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove email templates that can be edited in console
This commit is contained in:
parent
15f0835d76
commit
8c65594ec3
14 changed files with 0 additions and 102 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>Your <em>{{marketplace.name}}</em> account's email address was changed.</p>
|
||||
|
||||
<p>If you didn't make this change, please contact us.</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{marketplace.name}} email address changed
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
|
||||
<html>
|
||||
<body>
|
||||
{{#with message}}
|
||||
<h1>You have a new message from {{sender.display-name}}</h1>
|
||||
|
||||
<blockquote>"{{content}}"</blockquote>
|
||||
|
||||
{{#eq recipient-role "customer"}}
|
||||
<p><a href="{{marketplace.url}}/order/{{url-encode transaction.id}}/details">Reply to {{sender.display-name}}</a></p>
|
||||
{{/eq}}
|
||||
|
||||
{{#eq recipient-role "provider"}}
|
||||
<p><a href="{{marketplace.url}}/sale/{{url-encode transaction.id}}/details">Reply to {{sender.display-name}}</a></p>
|
||||
{{/eq}}
|
||||
|
||||
{{/with}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{message.sender.display-name}} has sent you a new message
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>Your <em>{{marketplace.name}}</em> account's password was changed.</p>
|
||||
|
||||
<p>If you didn't make this change, please contact us.</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{marketplace.name}} password changed
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>You have indicated that you have forgotten your password for <em>{{marketplace.name}}</em>. Click the following link to reset your password:</p>
|
||||
|
||||
<p><a href="{{marketplace.url}}/reset-password?t={{form-encode password-reset.token}}&e={{form-encode password-reset.email-address}}">{{marketplace.url}}/reset-password?t={{form-encode password-reset.token}}&e={{form-encode password-reset.email-address}}</a></p>
|
||||
|
||||
<p>If you don't use this link within 1 hour, it will expire. You can request a new password reset link, if you need to.</p>
|
||||
|
||||
<p>If you didn't request this, please ignore this email. Your password won't be changed until you use the link above to set a new one.</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
Password reset instructions for {{marketplace.name}}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>Welcome to <em>{{marketplace.name}}</em>!</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
Welcome to {{marketplace.name}}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>To complete your email address change in <em>{{marketplace.name}}</em>, verify your email by clicking the link below:</p>
|
||||
|
||||
<p><a href="{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}">{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}</a></p>
|
||||
|
||||
<p>Alternatively, you can copy the link to your browser's address bar.</p>
|
||||
|
||||
<p>If you don't use this link within 2 days, it will expire. You can request a new verification link, if you need to.</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
Email verification instructions for {{marketplace.name}}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Hello {{recipient.first-name}},</p>
|
||||
|
||||
<p>To complete your signup to <em>{{marketplace.name}}</em>, verify your email by clicking the link below:</p>
|
||||
|
||||
<p><a href="{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}">{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}</a></p>
|
||||
|
||||
<p>Alternatively, you can copy the link to your browser's address bar.</p>
|
||||
|
||||
<p>If you don't use this link within 2 days, it will expire. You can request a new verification link, if you need to.</p>
|
||||
|
||||
<p>Best regards,<br />The {{marketplace.name}} team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
Email verification instructions for {{marketplace.name}}
|
||||
Loading…
Add table
Reference in a new issue