diff --git a/packages/relayer/email_templates/acknowledgement_template.html b/packages/relayer/email_templates/acknowledgement_template.html new file mode 100644 index 0000000..6c720aa --- /dev/null +++ b/packages/relayer/email_templates/acknowledgement_template.html @@ -0,0 +1,250 @@ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + +
+ Hi, {{userEmailAddr}}! +
+ We have received your following request: {{request}} +
+

+ Cheers,
The ZK Email Team +

+
+ + + + + + +
+

+ Powered by + ZK Email +

+ + + + + + + +
+ + + + + + + +
+
+
+ + diff --git a/packages/relayer/email_templates/command_template.html b/packages/relayer/email_templates/command_template.html new file mode 100644 index 0000000..e3ca923 --- /dev/null +++ b/packages/relayer/email_templates/command_template.html @@ -0,0 +1,260 @@ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + +
+ Hi, {{userEmailAddr}}! +
+ {{body}} +
+
+ Reply "Confirm" to this email to accept the request. + Your request ID is #{{requestId}}. + +

+ If you did not initiate this request, please contact us immediately. + + +
+

+ Cheers,
The ZK Email Team +

+
+ + + + + + +
+

+ Powered by + ZK Email +

+ + + + + + + +
+ + + + + + + +
+
+
+
{{command}}
+ + diff --git a/packages/relayer/email_templates/completion_template.html b/packages/relayer/email_templates/completion_template.html new file mode 100644 index 0000000..3a4b2e9 --- /dev/null +++ b/packages/relayer/email_templates/completion_template.html @@ -0,0 +1,252 @@ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + +
+ Hi, {{userEmailAddr}}! +
+ {{body}} +

+ Your request ID is #{{requestId}} is now complete. +
+

+ Cheers,
The ZK Email Team +

+
+ + + + + + +
+

+ Powered by + ZK Email +

+ + + + + + + +
+ + + + + + + +
+
+
+ + diff --git a/packages/relayer/email_templates/error_template.html b/packages/relayer/email_templates/error_template.html new file mode 100644 index 0000000..52893dd --- /dev/null +++ b/packages/relayer/email_templates/error_template.html @@ -0,0 +1,251 @@ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + +
+ Hi, {{userEmailAddr}}! +
+ An error occurred while processing your request.
+ Error: {{error}} +
+

+ Cheers,
The ZK Email Team +

+
+ + + + + + +
+

+ Powered by + ZK Email +

+ + + + + + + +
+ + + + + + + +
+
+
+ +