Remove email templates that can be edited in console

This commit is contained in:
Antti Salmivaara 2018-12-18 16:39:43 +02:00
parent 15f0835d76
commit 8c65594ec3
14 changed files with 0 additions and 102 deletions

View file

@ -1,11 +0,0 @@
<html>
<body>
<p>Hello {{recipient.first-name}},</p>
<p>Your <em>{{marketplace.name}}</em> account&#x27;s email address was changed.</p>
<p>If you didn&#x27;t make this change, please contact us.</p>
<p>Best regards,<br />The {{marketplace.name}} team</p>
</body>
</html>

View file

@ -1 +0,0 @@
{{marketplace.name}} email address changed

View file

@ -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>

View file

@ -1 +0,0 @@
{{message.sender.display-name}} has sent you a new message

View file

@ -1,11 +0,0 @@
<html>
<body>
<p>Hello {{recipient.first-name}},</p>
<p>Your <em>{{marketplace.name}}</em> account&#x27;s password was changed.</p>
<p>If you didn&#x27;t make this change, please contact us.</p>
<p>Best regards,<br />The {{marketplace.name}} team</p>
</body>
</html>

View file

@ -1 +0,0 @@
{{marketplace.name}} password changed

View file

@ -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>

View file

@ -1 +0,0 @@
Password reset instructions for {{marketplace.name}}

View file

@ -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>

View file

@ -1 +0,0 @@
Welcome to {{marketplace.name}}

View file

@ -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>

View file

@ -1 +0,0 @@
Email verification instructions for {{marketplace.name}}

View file

@ -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>

View file

@ -1 +0,0 @@
Email verification instructions for {{marketplace.name}}