diff --git a/DC/6.7.0/mail_templates/onetimepassword.dcl b/DC/6.7.0/mail_templates/onetimepassword.dcl index 755732cfe..8be7fee63 100644 --- a/DC/6.7.0/mail_templates/onetimepassword.dcl +++ b/DC/6.7.0/mail_templates/onetimepassword.dcl @@ -14,11 +14,15 @@ resource mail_template onetimepassword { {{include 'standard-header'}} -

- Your one time code: {{ data.code }} -

-{{include 'standard-footer'}}" +
+

Hello!

+
To activate, please enter the code below in your browser
+

{{ data.code }}

+
This code will expire in {{ data.expiredIn }} minutes
+
+ +{{include 'terms-conditions-footer'}}" autolink = { portal_name = '' language_id = resource.language.english.id diff --git a/DC/6.7.0/mail_templates/termsconditionsfooter.dcl b/DC/6.7.0/mail_templates/termsconditionsfooter.dcl new file mode 100644 index 000000000..8ba29eb88 --- /dev/null +++ b/DC/6.7.0/mail_templates/termsconditionsfooter.dcl @@ -0,0 +1,100 @@ +resource mail_template terms_conditions_footer { + portal_name = '' + language_id = resource.language.english.id + template_name = 'terms-conditions-footer' + subject = 'terms-conditions-footer' + system = true + body = ' + + + + + + + + + + + + + + + +
By registering you agree to Terms & conditions of Use.
+ For activation issues, please file a support ticket through our KeyShot Support page. +
+ + + + +
+

KeyShot, 575 Anton Blvd Suite 650, Costa Mesa, CA, 92626, USA, (949) 274-8871

+

info@keyshot.com | keyshot.com

+
+ + + + + + + + + + + + + +
+ YouTube + + Facebook + + Twitter + + Instagram + + Pinterest +
+ + + + + + + + +
+ Support + + Go to account +
+ + + + + + + + +' + autolink = { + portal_name = '' + language_id = resource.language.english.id + template_name = 'terms-conditions-footer' + } +} +